DBColumnAttribute PropertiesDataBaseExecutors
The DBColumnAttribute type exposes the following members.
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