QueryFieldDef object properties
The following list summarizes the QueryFieldDef object properties:
Property name | Access | Description |
---|---|---|
AggregateFunction |
Read/Write | Sets or returns a SQL aggregate function for the field. |
ChoiceList |
Read-only | Returns the items in a choice list for a QueryFieldDef. |
DataType |
Read-only | Returns the underlying datatype of the QueryFieldDef object. |
Description |
Read-only | Returns the description of the field from the schema. |
FieldPathName |
Read/Write | Sets or returns the name of the field from the schema. |
FieldType |
Read-only | Returns the field type of the QueryFieldDef. |
Function |
Read/Write | Set or returns a function for the QueryFieldDef . |
IsGroupBy |
Read/Write | Sets or returns whether the field is in a group-by clause. |
IsLegalForFilter |
Read-only | Returns whether you can use the field in a query filter. |
IsShown |
Read/Write | Enables you to sort by a field but not display the field. Sets or returns whether you want to show the field or not. |
Label |
Read/Write | Sets or returns the column label for a field in a ResultSet. |
SortOrder |
Read/Write | Sets or returns the numeric order of precedence for the field, when there is more than one sort key. |
SortType |
Read/Write | Sets or returns the sort type for the field. |