Chili.Opf3 Send comments on this topic.
FieldAttribute Class Properties
See Also 
Chili.Opf3 Namespace : FieldAttribute Class


For a list of all members of this type, see FieldAttribute members.

Public Properties

 NameDescription
Public PropertyAllowDBNull Specifies whether the field connected with the property is allowed to be DBNull in the storage.  
Public PropertyAutoNumberSpecifies whether the connected field of property is an auto number field in the storage.  
Public PropertyFieldName Returns the name of the field in the storage that is mapped to the property.  
Public PropertyIdentifier Specifies whether the field connected to the property is an identifier (primary key for some storage) of the entity.  
Public PropertyPersistBehavioursSpecifies the persist behaviour of the property.  
Public PropertyTypeId (Inherited from System.Attribute)
Top

See Also