QueryFieldDef object methods
Note: For all Perl Get and Set methods that map
to Visual Basic Properties, see the Properties section of this object.
The following Perl Methods map to Visual Basic properties:
- Method name
- Description
- Get
AggregateFunction
- Returns a SQL aggregate function for the field.
- Get
ChoiceList
- Returns the items in a choice list for a QueryFieldDef.
- Get
DataType
- Returns the underlying datatype of the QueryFieldDef object.
- Get
Description
- Returns the description of the field from the schema.
- Get
FieldPathName
- Returns the name of the field from the schema.
- Get
FieldType
- Returns the field type of the QueryFieldDef.
- Get
Function
- Returns a function for the QueryFieldDef .
- Get
IsGroupBy
- Returns whether the field is in a group-by clause.
- Get
IsLegalForFilter
- Returns whether you can use the field in a query filter.
- Get
IsShown
- Returns whether the field is shown or not.
- Get
Label
- Returns the column label for a field in a ResultSet.
- Get
SortOrder
- Returns the numeric order of precedence for the field, when there is more than one sort key.
- Get
SortType
- Returns the sort type for the field.
- Set
AggregateFunction
- Sets a SQL aggregate function for the field.
- Set
FieldPathName
- Sets the name of the field from the schema.
- Set
Function
- Set a function for the QueryFieldDef .
- Set
IsGroupBy
- Sets whether the field is in a group-by clause.
- Set
IsShown
- Enables you to sort by a field but not display the field. Sets whether you want to show the field or not.
- Set
Label
- Sets the column label for a field in a ResultSet.
- Set
SortOrder
- Sets the numeric order of precedence for the field, when there is more than one sort key.
- Set
SortType
- Sets the sort type for the field.