| 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
)
Public Sub New (
name As String,
columnType As String,
table As Table,
limit As Integer,
isIdentity As Boolean,
isPrimaryKey As Boolean
)
Parameters
- name
- Type: SystemString
- columnType
- Type: SystemString
- table
- Type: Dynamicweb.DataIntegration.IntegrationTable
- limit
- Type: SystemInt32
- isIdentity
- Type: SystemBoolean
- isPrimaryKey
- Type: SystemBoolean
See Also