The DBColumnAttribute type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| DBColumnAttribute | Initializes a new instance of the DBColumnAttribute class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Attribute.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Attribute.) | |
| GetType | (Inherited from Object.) | |
| IsDefaultAttribute | (Inherited from Attribute.) | |
| Match | (Inherited from Attribute.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
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