Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

ClientName

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.

See Also

FeedbackOpens in a new tab