The properties of the DBColumn class are listed below. For a complete list of DBColumn class members, see the DBColumn Members topic.
![]() | Specifies whether or not this column allows NULL values into the database. |
![]() | Any CHECK CONSTRAINTS that aren't covered by other fields in the DBColumn class can be specified manually. |
![]() | The Table that this column is a part of |
![]() | Gets the field info that corresponds to this column |
![]() | Specifies that this column should be unique in the Table |
![]() | Represents the maximum Value that this column is allowed. |
![]() | This is the maximum number of characters allowed for a string in this column |
![]() | Represents the minimum Value that this column is allowed. |
![]() | This is the minimum number of characters allowed for a string in this column |
![]() | The Name of this column |
![]() | The C# Type of the column |
DBColumn Class | Shunde.Framework Namespace