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)
Syntaxpublic SchemaColumn(
bool maptip,
string description,
string formula
)
Public Sub New (
maptip As Boolean,
description As String,
formula As String
)
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