Shunde.NET Framework Class Library

DBColumn Properties

The properties of the DBColumn class are listed below. For a complete list of DBColumn class members, see the DBColumn Members topic.

Public Instance Properties

AllowNullsSpecifies whether or not this column allows NULL values into the database.
ConstraintsAny CHECK CONSTRAINTS that aren't covered by other fields in the DBColumn class can be specified manually.
DBTableThe Table that this column is a part of
FieldInfo Gets the field info that corresponds to this column
IsUniqueSpecifies that this column should be unique in the Table
MaxAllowedRepresents the maximum Value that this column is allowed.
MaxLengthThis is the maximum number of characters allowed for a string in this column
MinAllowedRepresents the minimum Value that this column is allowed.
MinLengthThis is the minimum number of characters allowed for a string in this column
NameThe Name of this column
TypeThe C# Type of the column

See Also

DBColumn Class | Shunde.Framework Namespace