FieldSettings Properties
The FieldSettings type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AllowsNulls |
Gets a value indicating whether it allows nulls.
|
![]() |
Calculated |
Gets a value indicating whether this FieldSettings is Calculated.
|
![]() |
DataTypeSQL |
Gets a value indicating FieldSettings Data Provider Type.
|
![]() |
DefaultValue |
Gets the default value.
|
![]() |
FieldName |
Gets the name of the field.
|
![]() |
FieldType |
Gets the type of the field.
|
![]() |
Identity |
Gets a value indicating whether this FieldSettings is identity.
|
![]() |
Key |
Gets a value indicating whether this FieldSettings is key field.
|
![]() |
Length |
Gets the length.
|
![]() |
Mapped |
Gets a value indicating whether this FieldSettings is mapped.
|
![]() |
MappedField |
Gets the mapped field.
|
![]() |
Required |
Gets a value indicating whether this FieldSettings is required.
|
![]() |
TableName |
Gets the table name.
|
![]() |
Unique |
Gets a value indicating whether this FieldSettings is unique.
|