ColumnType Enum

Definition

An enumeration of possible values for a column type.

public enum ColumnType
type ColumnType = 
Public Enum ColumnType
Inheritance
ColumnType

Fields

Calculated 2

The contents of this column are computed by using an expression after the Data columns have been populated.

CalculatedTableColumn 4

The column exists in a calculated table, where the table and its columns are based on a calculated expression.

Data 1

The contents of this column come from a DataSource.

RowNumber 3

This column is automatically added by the Server to every table.

Applies to