Back to Devexpress

Session.GetObjects Method

xpo-devexpress-dot-xpo-dot-session-dot-getobjects.md

latest1.5 KB
Original Source

Session.GetObjects Method

NameParametersDescription
GetObjects(XPClassInfo, CriteriaOperator, SortingCollection, Int32, CollectionCriteriaPatcher, Boolean)classInfo, criteria, sorting, topSelectedRecords, collectionCriteriaPatcher, forceObsolete. 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, forceGets a collection of persistent objects that match the specified criteria.
GetObjects(XPClassInfo, CriteriaOperator, SortingCollection, Int32, Int32, Boolean, Boolean)classInfo, criteria, sorting, skipSelectedRecords, topSelectedRecords, selectDeleted, forceGets a collection of persistent objects that match the specified criteria.
GetObjects(ObjectsQuery[])queriesGets a collection of persistent objects returned by specified queries.