Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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