ServerOnly
Usage
To specify whether the property is projected to a Java or C++ client, use the following syntax:
Property name As classname [ ServerOnly = n ];
Where n is one of the following:
-
0 means that this property is projected.
-
1 means that this property is not projected.
Details
This keyword specifies whether a property is projected to a Java or C++ client.
Default
If you omit this keyword, the property is projected.
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