| TableAddColumn Method (String, Type) |
Namespace:
Dynamicweb.DataIntegration.Integration
Assembly:
Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax public void AddColumn(
string columnName,
Type columnType
)
Public Sub AddColumn (
columnName As String,
columnType As Type
)
Parameters
- columnName
- Type: SystemString
- columnType
- Type: SystemType
See Also