UseInternalNames
Specifies whether to use the internal names of columns in query results rather than the display name.
Data Type
bool
Default Value
false
Remarks
When this connection property is set to False (the default), the server displays columns by their display names (a more readable name for the column specific to your SAP client's language).
When this connection property is set to True, the server displays columns by their internal names.
For example, the ADRC table has a column with the internal name "ADDRNUMBER".
If this connection property is set to False and you have your SAP client language set to "en", the server uses the name "Address Number" for the column.
If this connection property is set to True, the server uses the internal name ("ADDRNUMBER") as-is for the column name.