Shunde.NET Framework Class Library

DBColumn Constructor (String, Type, Int32, Int32)

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

public DBColumn(
   String name,
   Type type,
   Int32 minLength,
   Int32 maxLength
);

Remarks

This constructor is normally used for string types where a minimum and/or maximum string length is needed. It sets allowNulls to false.

See Also

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