OptionalColumn¶
This table allows to show/hide columns in queries that use fieldsets. Columns that are not enabled are omitted from the query. This can be used to improve performance and readability of the column choosers.
Fields¶
Field | Type | Description |
---|---|---|
Build | nvarchar | OctoSAM build that created this record |
Created | datetime2 | Date/Time this record got created |
Enabled | bit | If False, the column is omitted from queries that use fieldsets |
ID | bigint | Internal ID for the OptionalColumn entity (Primary Key) |
Name | nvarchar | Name of the column |