XPCursor(Session, XPClassInfo, CriteriaOperator, SortProperty[]) Constructor
Initializes a new instance of the XPCursor class with the specified Session and criteria-specific options.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public XPCursor(
Session session,
XPClassInfo objType,
CriteriaOperator theCriteria,
params SortProperty[] sortProperties
)
#Parameters
Name | Type | Description |
---|---|---|
session | Session | A Session object which represents the session that will be used to load and save persistent objects. This value is assigned to the XPCursor. |
obj |
XPClass |
An XPClass |
the |
Criteria |
A Criteria |
sort |
Sort |
An array of Sort |