UseEntityDefinitions
Specifies that queries should use entity definition metadata endpoints, rather than the standard $metadata endpoint.
データ型
bool
デフォルト値
false
解説
This option is useful when precise column metadata is required, and the default data type attributes cannot be relied upon. Since EntityMetadata entities contain a lot of data, more detailed information is provided, including column length, description, precision, and scale. However, due to the larger metadata payload, response times are slower.