GetColumnsMetadata
Specifies when the provider should retrieve column metadata.
Possible Values
OnUse, OnStartデータ型
string
デフォルト値
"OnUse"
解説
This property applies only to the REST schema.
Available settings:
- OnStart: The 本製品 retrieves and caches metadata for all columns in every table before executing the first statement.
- OnUse: The 本製品 retrieves table-specific metadata the first time the table is referenced, if the metadata is not already cached.