SchemaColumn Constructor (Boolean, Boolean, String, String, Int32) |
Initializes a new instance of the SchemaColumn class.
Namespace:
Cadcorp
Assembly:
Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic SchemaColumn(
bool mapTip,
bool hidden,
string description,
string formula,
int type
)
Public Sub New (
mapTip As Boolean,
hidden As Boolean,
description As String,
formula As String,
type As Integer
)
Parameters
- mapTip
- Type: SystemBoolean
Is the columkn a maptip - hidden
- Type: SystemBoolean
is the column hidden - description
- Type: SystemString
Description of the column - formula
- Type: SystemString
Formula for the column - type
- Type: SystemInt32
The type of the column
See Also