Click or drag to resize

SchemaColumn Constructor (Boolean, String, String)

Convenience constructor for use inside procedures.

Namespace:  Cadcorp
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public SchemaColumn(
	bool maptip,
	string description,
	string formula
)

Parameters

maptip
Type: SystemBoolean
Is the column a map tip?
description
Type: SystemString
Description of the column.
formula
Type: SystemString
Formula for the column.
See Also