Skip to main content
.NET 6.0+

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.