Click or drag to resize

SqlColumn Constructor (String, String, Table, Int32, Boolean, Boolean)

Initializes a new instance of the SqlColumn class

Namespace:  Dynamicweb.DataIntegration.ProviderHelpers
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
public SqlColumn(
	string name,
	string columnType,
	Table table,
	int limit,
	bool isIdentity,
	bool isPrimaryKey
)

Parameters

name
Type: SystemString
columnType
Type: SystemString
table
Type: Dynamicweb.DataIntegration.IntegrationTable
limit
Type: SystemInt32
isIdentity
Type: SystemBoolean
isPrimaryKey
Type: SystemBoolean
See Also