FetchResultSetMetadata
This property determines whether the provider retrieves metadata related to the schema and table names for result set columns returned by the server.
Data Type
bool
Default Value
false
Remarks
By default, the provider does not request detailed information about result set columns, such as the table name or schema name, from the server. Obtaining this information requires additional metadata queries through the provider, which can affect query performance in certain scenarios.
When FetchResultSetMetadata is set to true, the provider will execute additional metadata queries to return detailed descriptive information for the result set columns.