A newer version of this page is available.
Switch to the current version.
Session.GetObjects Method
Name | Parameters | Description |
---|---|---|
GetObjects(XPClassInfo, CriteriaOperator, SortingCollection, Int32, CollectionCriteriaPatcher, Boolean) | classInfo, criteria, sorting, topSelectedRecords, collectionCriteriaPatcher, force | Obsolete. This GetObjects method overload is obsolete. Use the method overloads that do not take a CollectionCriteriaPatcher collectionCriteriaPatcher parameter. |
GetObjects(XPClassInfo, CriteriaOperator, SortingCollection, Int32, Boolean, Boolean) | classInfo, criteria, sorting, topSelectedRecords, selectDeleted, force | Gets a collection of persistent objects that match the specified criteria. |
GetObjects(XPClassInfo, CriteriaOperator, SortingCollection, Int32, Int32, Boolean, Boolean) | classInfo, criteria, sorting, skipSelectedRecords, topSelectedRecords, selectDeleted, force | Gets a collection of persistent objects that match the specified criteria. |
GetObjects(ObjectsQuery[]) | queries | Gets a collection of persistent objects returned by specified queries. |
Feedback