OpenEdge.BusinessLogic.QueryDefinition
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| FromJson (JsonConstruct) |
/* DESERIALIZATION METHOD: populates this object with data from the JSON representation.
@param JsonConstruct A JSON representation of this object. May be unknown (JsonDataType:NULL). */
|
||
| Progress.Json.ObjectModel.JsonConstruct ToJsonConstruct () |
/* SERIALIZATION METHOD:returns a JsonConstruct (JsonDataType:OBJECT or JsonDataType:ARRAY) representation
of this object.
@return JsonConstruct A JSON representation of this object. May be unknown (JsonDataType:NULL). */
|
||
| CHARACTER ToString () |
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| QueryDefinition () |
/* Default constructor */
|
||
| QueryDefinition (IQueryEntry) |
/* Constructor.
@param IQueryEntry The query selection phrase */
|
||
| QueryDefinition (IQueryEntry, IQuerySortEntry[]) |
/* Constructor.
@param IQueryEntry The query selection phrase
@param IQuerySortEntry[] Sort phrases */
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| Ccs.BusinessLogic.IQueryEntry QuerySelection |
|
||
| Ccs.BusinessLogic.IQuerySortEntry QuerySort |
|
Method Detail
FromJson (JsonConstruct)
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
Progress.Json.ObjectModel.JsonConstruct ToJsonConstruct ()
|
||||||||||||
CHARACTER ToString ()
|
||||||||||||
Constructor Detail
QueryDefinition ()
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
QueryDefinition (IQueryEntry)
|
||||||||||||||||
QueryDefinition (IQueryEntry, IQuerySortEntry[])
|
||||||||||||||||
Property Detail
Ccs.BusinessLogic.IQueryEntry QuerySelection
|
||||||||
|---|---|---|---|---|---|---|---|---|
Ccs.BusinessLogic.IQuerySortEntry QuerySort |
||||||||