{CompanyName} FlexyGo

FieldSettings Members

The FieldSettings type exposes the following members.

Methods


  Name Description
Public method Description
Returns a field definition script
Public method SetDefault
Sets a Default Value.

Properties


  Name Description
Public property AllowsNulls
Gets a value indicating whether it allows nulls.
Public property Calculated
Gets a value indicating whether this FieldSettings is Calculated.
Public property DataTypeSQL
Gets a value indicating FieldSettings Data Provider Type.
Public property DefaultValue
Gets the default value.
Public property FieldName
Gets the name of the field.
Public property FieldType
Gets the type of the field.
Public property Identity
Gets a value indicating whether this FieldSettings is identity.
Public property Key
Gets a value indicating whether this FieldSettings is key field.
Public property Length
Gets the length.
Public property Mapped
Gets a value indicating whether this FieldSettings is mapped.
Public property MappedField
Gets the mapped field.
Public property Required
Gets a value indicating whether this FieldSettings is required.
Public property TableName
Gets the table name.
Public property Unique
Gets a value indicating whether this FieldSettings is unique.