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


The following tables list the members exposed by FieldAttribute.

Public Constructors

 NameDescription
Public ConstructorFieldAttribute ConstructorOverloaded.   
Top

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

Public Methods

 NameDescription
Public MethodEquals (Inherited from System.Attribute)
Public MethodGetHashCode (Inherited from System.Attribute)
Public MethodIsDefaultAttribute (Inherited from System.Attribute)
Public MethodMatch (Inherited from System.Attribute)
Top

See Also