XPCursor(Session, Type, IList) Constructor
In This Article
Initializes a new instance of the XPCursor class and populates it with the objects whose Oid property’s value is contained within the keyList.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.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. |
obj |
Type | The type of persistent objects to include in the collection. |
keys |
IList | The list of unique keys that identify persistent objects to retrieve. |
See Also