FetchResultSetMetadata
This field sets whether the provider is getting detailed information about resultset columns from the server.
データ型
bool
デフォルト値
false
解説
By default, the 本製品 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 本製品, 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.