Field
A class representing a column in a table.
Property |
Type |
Description |
---|---|---|
AliasName |
string |
The alias name of the field. |
DefaultValue |
object |
The default value of the field. |
Domain |
The default domain of the field. | |
DomainFixed |
bool |
Indicates if the field's domain is fixed. |
DomainFixedSpecified |
bool |
Indicates if DomainFixed is specified. |
Editable |
bool |
Indicates if the field is editable. |
EditableSpecified |
bool |
Indicates if Editable is specified. |
GeometryDef |
The geometry definition for the field. | |
IsNullable |
bool |
Indicates if the field can contain null values. |
Length |
int |
The maximum length, in bytes, for values described by the field. |
ModelName |
string |
The model name of the field. |
Name |
string |
The name of the field. |
Precision |
int |
The precision for field values. |
RasterDef |
The raster column definition. | |
Required |
bool |
Indicates if the field is required. |
RequiredSpecified |
bool |
Indicates if Required is specified. |
Scale |
int |
The scale for field values. |
Type |
The type of the field. |
Remarks
The term field is synonymous with column.