FetchResultSetMetadata Parameter (Connect-CockroachDB Cmdlet)
This field sets whether the provider retrieves metadata pertaining to the schema and table name for resultset columns returned by the server.
Syntax
Connect-CockroachDB -FetchResultSetMetadata SwitchParameter
Data Type
bool
Default Value
false
Remarks
By default, the cmdlet will not request that the server provides detailed information about resultset columns like the table name or schema name. It requires issuing additional metadata queries via cmdlet , and it may affect query performance essentially in some scenarios. Consider setting this property to True when you need such detailed descriptive information for the resultset columns.