ClientName
Usage
To override the default name for this property when the class is projected to a client language, use the following syntax:
Property name As classname [ ClientName = clientname ];
Where clientname is the name to use in the client language.
Details
This keyword lets you define an alternate name for a property when it is projected to a client language. This is especially useful if the property name contains characters that are not allowed in the client language.
Default
If you omit this keyword, the property name is used as the client name.
See Also
-
“Property Definitions” in this book
-
“Defining and Using Literal Properties” in Using Caché Objects
-
“Working with Collections” in Using Caché Objects
-
“Working with Streams” in Using Caché Objects
-
“Defining and Using Object-Valued Properties” in Using Caché Objects
-
“Defining and Using Relationships” in Using Caché Objects
-
“Introduction to Compiler Keywords” in Using Caché Objects