UseInternalNames
Specifies whether to use the internal names of columns in query results rather than the display name.
データ型
bool
デフォルト値
false
解説
When this connection property is set to False (the default), the connector 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 connector 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 connector uses the name "Address Number" for the column.
If this connection property is set to True, the connector uses the internal name ("ADDRNUMBER") as-is for the column name.