The Query type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Condition |
Query conditions tree. Can be null.
| |
| ExtendedProperties |
Get or set query extended properties.
| |
| Fields |
List of fields to load. Null means all available fields.
| |
| Name | (Inherited from QNode.) | |
| Nodes |
List of child nodes
(Overrides QNode Nodes.) | |
| RecordCount |
Get or set max records count to load
| |
| RecordOffset |
Get or set starting record to load
| |
| Sort |
List of sort fields. Can be null.
| |
| Table |
Get or set target source name of this query
|
See Also