columns(String, String, Boolean, Boolean, Int32) Constructor

Initializes a new instance of the columns class

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
protected columns(
	string name,
	string type,
	bool isKey,
	bool isAutoNumber,
	int columnSize
)

Parameters

name  String
 
type  String
 
isKey  Boolean
 
isAutoNumber  Boolean
 
columnSize  Int32
 

See Also