UseEntityDefinitions
Specifies that queries should use entity definition metadata endpoints, rather than the standard $metadata endpoint.
Data Type
bool
Default Value
false
Remarks
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.