SqlFieldName
Usage
To override the default name for this property when the table is projected to SQL, use the following syntax:
Property name As classname [ SqlFieldName = sqlfieldname ];
Where sqlfieldname is an SQL identifier.
Details
This keyword specifies the column name used to identify the property in its SQL projection.
Default
If you omit this keyword, the property name is used as the SQL column 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