| 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
)
Public Function AddNewColumn (
columnName As String,
type As Type,
limit As Integer,
isIdentity As Boolean,
isPrimaryKey As Boolean
) As Column
Parameters
- columnName
- Type: SystemString
- type
- Type: SystemType
- limit
- Type: SystemInt32
- isIdentity
- Type: SystemBoolean
- isPrimaryKey
- Type: SystemBoolean
Return Value
Type:
ColumnSee Also