DBColumnAttribute MembersDataBaseExecutors

The DBColumnAttribute type exposes the following members.
Constructors

  NameDescription
Public methodDBColumnAttribute
Initializes a new instance of the DBColumnAttribute class
Back to Top
Methods

  NameDescription
Public methodEquals (Inherited from Attribute.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Back to Top
Properties

  NameDescription
Public propertyFormat
DateTime format on database. If you store datetime as String in database, use this property.
Public propertyIsDbGenerate
If the property's value is set in database automatically(like sequential number), set true
Public propertyIsKey
Is table key or not
Public propertyName
Database column name or property
Public propertyOrder
Order no when executing sql (use it when composite key)
Public propertyTypeId (Inherited from Attribute.)
Back to Top
See Also