Click or drag to resize

ColumnInfo Constructor

Initializes a new instance of the ColumnInfo class

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public ColumnInfo(
	string name,
	string columnType,
	bool allowNull,
	string size,
	string precision,
	string scale
)

Parameters

name
Type: SystemString
columnType
Type: SystemString
allowNull
Type: SystemBoolean
size
Type: SystemString
precision
Type: SystemString
scale
Type: SystemString
See Also