ColumnType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of possible values for a column type.
public enum ColumnType
type ColumnType =
Public Enum ColumnType
- Inheritance
-
ColumnType
Fields
Name | Value | Description |
---|---|---|
Data | 1 | The contents of this column come from a DataSource. |
Calculated | 2 | The contents of this column are computed by using an expression after the Data columns have been populated. |
RowNumber | 3 | This column is automatically added by the Server to every table. |
CalculatedTableColumn | 4 | The column exists in a calculated table, where the table and its columns are based on a calculated expression. |