ClientName (Query Keyword)
An alias used by client projections of this query.
Usage
To override the default name for the query when it is projected to a client language, use the following syntax:
Query name(formal_spec) As classname [ ClientName = clientname ] { //implementation }
Where clientname is the name to use in the client language.
Details
This keyword lets you define an alternate name for a query when it is projected to a client language. This is especially useful if the query name contains characters that are not allowed in the client language.
Default
If you omit this keyword, the query name is used as the client name.