Session.GetObjects(XPClassInfo, CriteriaOperator, SortingCollection, Int32, CollectionCriteriaPatcher, Boolean) Method
In This Article
OBSOLETE
Use the method's overload with 'bool select
This GetObjects method overload is obsolete. Use the method overloads that do not take a CollectionCriteriaPatcher collectionCriteriaPatcher parameter.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
[Obsolete("Use the method's overload with 'bool selectDeleted' parameter instead of 'CollectionCriteriaPatcher collectionCriteriaPatcher'")]
public ICollection GetObjects(
XPClassInfo classInfo,
CriteriaOperator criteria,
SortingCollection sorting,
int topSelectedRecords,
CollectionCriteriaPatcher collectionCriteriaPatcher,
bool force
)
#Parameters
Name | Type |
---|---|
class |
XPClass |
criteria | Criteria |
sorting | Sorting |
top |
Int32 |
collection |
DevExpress. |
force | Boolean |
#Returns
Type |
---|
ICollection |
See Also