Click or drag to resize

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)
Syntax
public WFSSchemaColumn(
	string name,
	string type
)

Parameters

name
Type: SystemString
The name of schema column
type
Type: SystemString
The schema colmn data type
See Also