XPCursor Constructors
A pageable collection of persistent objects.Name | Parameters | Description |
---|---|---|
XPCursor |
session, obj |
Initializes a new instance of the XPCursor class with the specified Session and criteria-specific options. |
XPCursor |
session, obj |
Initializes a new instance of the XPCursor class |
XPCursor |
session, obj |
Initializes a new instance of the XPCursor class and populates it with the objects whose Oid property’s value is contained within the key |
XPCursor |
session, obj |
Initializes a new instance of the XPCursor class with the specified XPCursor. |
XPCursor |
session, obj |
Initializes a new instance of the XPCursor class with the specified settings. |
XPCursor |
session, obj |
Initializes a new instance of the XPCursor class and populates it with the objects whose Oid property’s value is contained within the key |
XPCursor |
session, obj |
Initializes a new instance of the XPCursor class. |
XPCursor |
obj |
Initializes a new instance of the XPCursor class with default Session and criteria-specific options. |
XPCursor |
obj |
Initializes a new instance of the XPCursor class with the default Session. |
See Also