Specifies the type of geodatabase domain.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public enum DomainType
Visual Basic (Declaration)
Public Enumeration DomainType

Members

Member nameDescription
CodedValue
A geodatabase coded value domain which consists of value/name pairs and acts like a database lookup table for the Column it is defined against.
Range
A geodatabase range domain which ensures that the values in a Column must fall between the minimum and maximum specified values.

See Also