Click or drag to resize

TableAddNewColumn Method

Namespace:  Dynamicweb.DataIntegration.Integration
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
public Column AddNewColumn(
	string columnName,
	Type type,
	int limit,
	bool isIdentity,
	bool isPrimaryKey
)

Parameters

columnName
Type: SystemString
type
Type: SystemType
limit
Type: SystemInt32
isIdentity
Type: SystemBoolean
isPrimaryKey
Type: SystemBoolean

Return Value

Type: Column
See Also