The DBColumnAttribute type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | Format | DateTime format on database. If you store datetime as String in database, use this property. |
![]() | IsDbGenerate | If the property's value is set in database automatically(like sequential number), set true |
![]() | IsKey | Is table key or not |
![]() | Name | Database column name or property |
![]() | Order | Order no when executing sql (use it when composite key) |
![]() | TypeId | (Inherited from Attribute.) |
See Also