DF_FIELD_NATIVE_NAME¶
Applies to: ORAFlex SQLFlex MYSQLFlex PGFlex DB2Flex
This attribute is used to get the name of the desired column on the SQL backend. Currently this attribute is ReadOnly and so setting or modifying a column name cannot be done using this attribute. In most cases, the field name on the SQL backend will be the same as the Dataflex name.
This is a ReadOnly attribute.
Syntax
Get_Attribute DF_FIELD_NATIVE_NAME of {FileNumber} {FieldNumber} to {variable}
Parameter |
Description |
---|---|
FileNumber |
Number of the file |
FieldNumber |
Number of the Field |
variable |
String containing the name of the field |
Example
Open Customer
String sName
Get_Attribute DF_FIELD_NATIVE_NAME of Customer.File_Number 3 to sName