For a list of all members of this type, see Field members.
Public Properties
| Name | Description |
 | AllowDbNull |
If true, this column allows null
|
 | Caption |
The caption from the database or from the attribute
|
 | ColumnName |
The name of the column in the database
|
 | CompositionProperty |
If not null, this is a composition property
|
 | DatabaseType |
The generic database type
|
 | DefaultValue |
The default value as set by the attribute
|
 | FieldType |
The .NET Type
|
 | ForeignKeyDeleteAction |
The action taken when a user tries to delete a key to which existing foreign keys point
|
 | ForeignKeyTable |
The parent table for the foreign key
|
 | ForeignKeyUpdateAction |
The action taken when a user tries to update a key to which existing foreign keys point
|
 | IsCompositeKey |
If true, this column is part of a composite key
|
 | IsIndexed |
Gets a value indicating whether this column part of an index
|
 | IsLongText |
Returns true if the property is of type string and there is a column attribute without a length defined
|
 | IsMaintenanceField |
If true, this column has been automatically mapped to a maintenance field
|
 | IsPrimaryKey |
If true, this column is the primary key
|
 | IsReadOnly |
If true, this column is read only
|
 | KeyType |
How the primary key is set
|
 | Length |
The maximum length of varchar, char, etc
|
 | PropertyInfo |
The PropertyInfo for a class property that matches the column in the database
|
 | ProviderDataType |
The raw provider data type from the database
|
 | Sequence |
The sequence associated with the primary key
|
 | Table |
The table that the field belongs to
|
 | Unique |
If true, this column must be unique
|
Top
See Also