ColumnType Enum

Definition

Column Types, used for class Column.

C#
public enum ColumnType
Inheritance
ColumnType

Fields

Name Value Description
Regular 0

The column is a regular identifier.

IdentityCol 1

IDENTITYCOL was used to define the column.

RowGuidCol 2

ROWGUIDCOL was used to define the column.

Wildcard 3

'*' the STAR reserved word was used to define the column.

PseudoColumnIdentity 4

$Identity was used to define the column.

PseudoColumnRowGuid 5

$Rowguid was used to define the column.

PseudoColumnAction 6

$ACTION was used to define the column.

PseudoColumnCuid 7

$CUID was used to define the column.

PseudoColumnGraphNodeId 8

$node_id was used to define the column.

PseudoColumnGraphEdgeId 9

$edge_id was used to define the column.

PseudoColumnGraphFromId 10

$from_id was used to define the column.

PseudoColumnGraphToId 11

$to_id was used to define the column.

Applies to

Product Versions
Microsoft.SQLServer.DacFx 140.3881.1, 150.18208.0, 160.2004021.0, 161.6374.0, 161