Name | Description | |
---|---|---|
FieldDescription Constructor | Overloaded. |
The following tables list the members exposed by FieldDescription.
Name | Description | |
---|---|---|
FieldDescription Constructor | Overloaded. |
Name | Description | |
---|---|---|
AliasName | The alias name of the ArcGIS.Core.Data.Field. | |
FieldType | The ArcGIS.Core.Data.FieldType of the ArcGIS.Core.Data.Field. | |
IsNullable | Indicates if the ArcGIS.Core.Data.Field can contain null values. | |
Length | The length of the ArcGIS.Core.Data.Field. | |
Name | The name of the dataset or the field this description is referencing. (Inherited from ArcGIS.Core.Data.DDL.Description) | |
Precision | The precision value of the ArcGIS.Core.Data.Field. | |
Scale | The scale of the ArcGIS.Core.Data.Field. |
Name | Description | |
---|---|---|
CreateDomainField | Creates a field description for a ArcGIS.Core.Data.Field with a specified DomainDescription. | |
CreateGlobalIDField | Creates a field description for a Global ID ArcGIS.Core.Data.Field. | |
CreateIntegerField | Creates a field description for an integer ArcGIS.Core.Data.Field. | |
CreateObjectIDField | Creates a field description for an Object ID ArcGIS.Core.Data.Field. | |
CreateStringField | Creates a field description for a string ArcGIS.Core.Data.Field. | |
GetDefaultValue | Gets the default value of the ArcGIS.Core.Data.Field at the table level if subtypeCode is not specified. Otherwise, gets the default value for the specific subtype code. | |
GetDomainDescription | Gets the associated DomainDescription of the ArcGIS.Core.Data.Field at the table level if subtypeCode is not specified. Otherwise, gets the DomainDescription for the specific subtype code. | |
SetDefaultValue | Sets the default value of the ArcGIS.Core.Data.Field at the table level if subtypeCode is not specified. Otherwise, sets the default value for the specific subtype code. | |
SetDomainDescription | Sets the associated DomainDescription of the ArcGIS.Core.Data.Field at the table level if subtypeCode is not specified. Otherwise, sets the DomainDescription for the specific subtype code. |
Name | Description | |
---|---|---|
SetDefaultFieldProperties |