ObjectsQuery Constructors
Contains essential information on an object query.| Name | Parameters | Description |
|---|---|---|
| ObjectsQuery(XPClassInfo, CriteriaOperator, SortingCollection, Int32, CollectionCriteriaPatcher, Boolean) | classInfo, criteria, sorting, topSelectedRecords, collectionCriteriaPatcher, force | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| ObjectsQuery(XPClassInfo, CriteriaOperator, SortingCollection, Int32, Int32, CollectionCriteriaPatcher, Boolean) | classInfo, criteria, sorting, skipSelectedRecords, topSelectedRecords, collectionCriteriaPatcher, force | This member supports the internal infrastructure and is not intended to be used directly from your code. |
See Also