FetchResultSetMetadata
This field sets whether the provider retrieves metadata pertaining to the schema and table name for resultset columns returned by the server.
データ型
bool
デフォルト値
true
解説
By default, the 本製品 may request that the server provide detailed information about resultset columns like the table name. It requires issuing additional metadata queries via the 本製品, 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.