ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / FieldDescription Class
Properties Methods


In This Topic
    FieldDescription Class Members
    In This Topic

    The following tables list the members exposed by FieldDescription.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyThe alias name of the ArcGIS.Core.Data.Field.  
    Public PropertyThe default value of the ArcGIS.Core.Data.Field.  
    Public PropertyThe associated DomainDescription of the ArcGIS.Core.Data.Field.  
    Public PropertyThe ArcGIS.Core.Data.FieldType of the ArcGIS.Core.Data.Field.  
    Public PropertyIndicates if the ArcGIS.Core.Data.Field can contain null values.  
    Public PropertyThe length of the ArcGIS.Core.Data.Field.  
    Public Property The name of the dataset this description is referencing. (Inherited from ArcGIS.Core.Data.DDL.Description)
    Public PropertyThe precision value of the ArcGIS.Core.Data.Field.  
    Public PropertyThe scale of the ArcGIS.Core.Data.Field.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates a field description for a ArcGIS.Core.Data.Field with a specified DomainDescription.  
    Public Methodstatic (Shared in Visual Basic)Creates a field description for a Global ID ArcGIS.Core.Data.Field.  
    Public Methodstatic (Shared in Visual Basic)Creates a field description for an integer ArcGIS.Core.Data.Field.  
    Public Methodstatic (Shared in Visual Basic)Creates a field description for an Object ID ArcGIS.Core.Data.Field.  
    Public Methodstatic (Shared in Visual Basic)Creates a field description for a string ArcGIS.Core.Data.Field.  
    Top
    See Also