The Column type exposes the following members.

Methods

  NameDescription
CreateIndexOverloaded.
Creates an index on the specified Column.
Equals
Tests whether the specified object and the current object refer to the same underlying object.
(Overrides Object..::.Equals(Object).)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetDomainOverloaded.
Gets the Domain assigned to the Column. Overloads are available for working with specific subtypes.
GetHashCode
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

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