| ColumnInfo Constructor |
Initializes a new instance of the
ColumnInfo class
Namespace:
Dynamicweb.Data
Assembly:
Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax public ColumnInfo(
string name,
string columnType,
bool allowNull,
string size,
string precision,
string scale
)
Public Sub New (
name As String,
columnType As String,
allowNull As Boolean,
size As String,
precision As String,
scale As String
)
Parameters
- name
- Type: SystemString
- columnType
- Type: SystemString
- allowNull
- Type: SystemBoolean
- size
- Type: SystemString
- precision
- Type: SystemString
- scale
- Type: SystemString
See Also