Query PropertiesNReco.Data Class Library Documentation

The Query type exposes the following members.

Properties

  NameDescription
Public propertyCondition
Query conditions tree. Can be null.
Public propertyExtendedProperties
Get or set query extended properties.
Public propertyFields
List of fields to load. Null means all available fields.
Public propertyName (Inherited from QNode.)
Public propertyNodes
List of child nodes
(Overrides QNode Nodes.)
Public propertyRecordCount
Get or set max records count to load
Public propertyRecordOffset
Get or set starting record to load
Public propertySort
List of sort fields. Can be null.
Public propertyTable
Get or set target source name of this query
Top
See Also