DisplayValue
Based on this value, the provider retrieves the display value or the actual value from the database.
Possible Values
TRUE, FALSE, ALLデータ型
string
デフォルト値
"FALSE"
解説
Note: If you decide to set this connection property to "true", then all the returned fields will be of type "String" due to API limitations.
- TRUE: returns display values for all fields.
- FALSE: returns actual values from the database.
- ALL: returns both actual and display values.