The IFieldDefinition type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AllowNullValue |
Test the field to see if it allows null value.
|
![]() | FieldName |
Get the string name of the field.
|
![]() | IsPrimaryKeyField |
Storage for a flag indicating the field is the primary key field.
|
![]() | ReadOnly |
Test the field to see if it is read-only.
|
![]() | Validator |
Get the validator of this field.
|