The following tables list the members exposed by FieldAttribute.
| Name | Description | |
|---|---|---|
| FieldAttribute Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
| AllowDBNull | Specifies whether the field connected with the property is allowed to be DBNull in the storage. | |
| AutoNumber | Specifies whether the connected field of property is an auto number field in the storage. | |
| FieldName | Returns the name of the field in the storage that is mapped to the property. | |
| Identifier | Specifies whether the field connected to the property is an identifier (primary key for some storage) of the entity. | |
| PersistBehaviours | Specifies the persist behaviour of the property. | |
| TypeId | (Inherited from System.Attribute) |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from System.Attribute) | |
| GetHashCode | (Inherited from System.Attribute) | |
| IsDefaultAttribute | (Inherited from System.Attribute) | |
| Match | (Inherited from System.Attribute) |