The Column type exposes the following members.

Properties

  NameDescription
AliasName
Gets the alias name for the Column
CoordinateSystem
Gets the coordinate system which has been defined for a spatial column. This property only applies to the spatial column in a Table which can store vector data.
GeometryType
Gets the type of the geometry which can be stored in the Column.
HasDomain
Gets a value indicating whether the Column has a domain defined against it.
HasZ
Gets a value indicating whether the Column is capable of storing Z (typically height) values. This property only applies to the spatial column in a Table which can store vector data.
Indexes
Gets a collection containing all the indexes defined for this Column.
IsNullable
Gets a value indicating whether the Column can store null values. This property only relates to data stored in a geodatabase.
Length
Gets the number of allowable characters that can be stored in the Column.
Name
Gets the Name of the Column.
Precision
Gets the number of digits that can be stored in the Column.
Required
Gets a value indicating whether the Column is required which means that it cannot be deleted and that each Row must always contain data for this Column.
Scale
Gets the number of decimal places that the Column can be stored to given a particular Precision.
Type
Gets the type of the Column, which determines the type of data that can be stored in it.

See Also