FetchResultSetMetadata
This field sets whether the provider is getting detailed information about resultset columns from the server.
Data Type
bool
Default Value
true
Remarks
By default, the driver may request the server to provide detailed information about resultset columns like the table name when the query is succeeding. It requires issuing additional metaquery by driver , and it may affect query performance essentially in some scenarios. Consider this property to gain performance of your application if you don't need respective meta-information.