The IFieldDefinition type exposes the following members.

Methods

  NameDescription
Public methodSetValidator
Set the validator for the definition.

Properties

  NameDescription
Public propertyAllowNullValue
Test the field to see if it allows null value.
Public propertyFieldName
Get the string name of the field.
Public propertyIsPrimaryKeyField
Storage for a flag indicating the field is the primary key field.
Public propertyReadOnly
Test the field to see if it is read-only.
Public propertyValidator
Get the validator of this field.

See Also