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.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
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.Session property. |
| objType | XPClassInfo | An XPClassInfo object that provides the persistent class’s metadata information for the objects to include in the collection. This value is assigned to the XPCursor.ObjectClassInfo property. |
| theCriteria | CriteriaOperator | A CriteriaOperator object that specifies the filter criteria. |
| sortProperties | SortProperty[] | An array of SortProperty objects that specify the page able collection’s sort order. These objects are added to the XPCursor.Sorting collection. |