QueryGenerationColumn
class QueryGenerationColumn
Contains information about a column in the current table for the query engine to consider.
Types
Properties
Link copied to clipboard
A description of the column that helps the query engine understand the contents of the column.
Link copied to clipboard
Specifies whether to include or exclude the column during query generation. If you specify EXCLUDE
, the column will be ignored. If you specify INCLUDE
, all other columns in the table will be ignored.