XPCursor Constructors
A pageable collection of persistent objects.Name | Parameters | Description |
---|---|---|
XPCursor(Session, XPClassInfo, CriteriaOperator, SortProperty[]) | session, objType, theCriteria, sortProperties | Initializes a new instance of the XPCursor class with the specified Session and criteria-specific options. |
XPCursor(Session, XPClassInfo, CriteriaOperator) | session, objType, theCriteria | Initializes a new instance of the XPCursor class |
XPCursor(Session, XPClassInfo, IList) | session, objType, keysList | Initializes a new instance of the XPCursor class and populates it with the objects whose Oid property’s value is contained within the keyList. |
XPCursor(Session, XPClassInfo) | session, objType | Initializes a new instance of the XPCursor class with the specified XPCursor.Session and XPCollection.ObjectClassInfo properties. |
XPCursor(Session, Type, CriteriaOperator, SortProperty[]) | session, objType, theCriteria, sortProperties | Initializes a new instance of the XPCursor class with the specified settings. |
XPCursor(Session, Type, IList) | session, objType, keysList | Initializes a new instance of the XPCursor class and populates it with the objects whose Oid property’s value is contained within the keyList. |
XPCursor(Session, Type) | session, objType | Initializes a new instance of the XPCursor class. |
XPCursor(Type, CriteriaOperator, SortProperty[]) | objType, theCriteria, sortProperties | Initializes a new instance of the XPCursor class with default Session and criteria-specific options. |
XPCursor(Type) | objType | Initializes a new instance of the XPCursor class with the default Session. |
See Also