FetchResultSetMetadata
This field sets whether the provider is getting detailed information about resultset columns from the server.
Data Type
bool
Default Value
false
Remarks
By default, the driver will not request server to provide too detailed information about resultset columns (like the table name, for example) when the query is succeeding, because it requires issuing additional metaquery by the driver, and may affect query performance essentially in some scenarios. Consider this property when you are requiring all details about resultset columns together with the query result.