FetchResultSetMetadata
This field sets whether the provider retrieves metadata pertaining to the schema and table name for resultset columns returned by the server.
Data Type
bool
Default Value
true
Remarks
By default, the driver may request that the server provide detailed information about resultset columns like the table name. It requires issuing additional metadata queries via the driver, and it may affect query performance essentially in some scenarios. Consider setting this property to False in order to gain performance in your application if you don't need the respective meta-information for the column.