FieldSettings Members
The FieldSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
FieldSettings(DataManager, String, Boolean, Boolean, Boolean, Type, Boolean, String, Int32, Boolean, DbType, Int32, Int32) |
Initializes a new instance of the FieldSettings class.
|
Methods
Name | Description | |
---|---|---|
![]() |
Description |
Returns a field definition script
|
![]() |
SetDefault |
Sets a Default Value.
|
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.
|