WFSSchemaColumn Constructor (String, String) |
Initializes a new instance of the WFSSchemaColumn class.
Namespace:
Cadcorp.Configuration
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic WFSSchemaColumn(
string name,
string type
)
Public Sub New (
name As String,
type As String
)
Parameters
- name
- Type: SystemString
The name of schema column - type
- Type: SystemString
The schema colmn data type
See Also