Shunde.NET Framework Class Library

DBColumn Constructor (String, Type, Boolean, IComparable, IComparable)

Creates a new DBColumn with the values specified. Also sets the Value of isDBObjectType.

public DBColumn(
   String name,
   Type type,
   Boolean allowNulls,
   IComparable minAllowed,
   IComparable maxAllowed
);

Remarks

This constructor is normally used for DateTime, double, or int types where a minimum and/or maximum Value is set.

See Also

DBColumn Class | Shunde.Framework Namespace | DBColumn Constructor Overload List