![]() ![]() | The C# DateTime Value that represents the database NULL Value |
![]() ![]() | The C# double Value that represents the database NULL Value |
![]() ![]() | The C# float Value that represents the database NULL Value |
![]() ![]() | The C# integer Value that represents the database NULL Value |
![]() ![]() | The C# long Value that represents the database NULL Value |
![]() ![]() | The C# short Value that represents the database NULL Value |
![]() ![]() | Determines whether the given object should be considered to be null by the database. |
![]() |
Overloaded. Initializes a new instance of the DBColumn class. |
![]() | 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 |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Gets the database column Name of this column |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Value of this object in a suitable manner for use in SQL statements |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | Checks that the given Value is within the constraints placed upon it by this column. |
DBColumn Class | Shunde.Framework Namespace