| SqlColumn Constructor (String, Type, SqlDbType, Table, Int32, Boolean, 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,
Type columnType,
SqlDbType sqlDbType,
Table table,
int limit,
bool isIdentity,
bool isPrimaryKey,
bool isNew
)
Public Sub New (
name As String,
columnType As Type,
sqlDbType As SqlDbType,
table As Table,
limit As Integer,
isIdentity As Boolean,
isPrimaryKey As Boolean,
isNew As Boolean
)
Parameters
- name
- Type: SystemString
- columnType
- Type: SystemType
- sqlDbType
- Type: System.DataSqlDbType
- table
- Type: Dynamicweb.DataIntegration.IntegrationTable
- limit
- Type: SystemInt32
- isIdentity
- Type: SystemBoolean
- isPrimaryKey
- Type: SystemBoolean
- isNew
- Type: SystemBoolean
See Also