Back to Devexpress

XPCursor Constructors

xpo-devexpress-dot-xpo-dot-xpcursor-dot-ctor.md

latest3.3 KB
Original Source

XPCursor Constructors

A pageable collection of persistent objects.

NameParametersDescription
XPCursor(Session, XPClassInfo, CriteriaOperator, SortProperty[])session, objType, theCriteria, sortPropertiesInitializes a new instance of the XPCursor class with the specified Session and criteria-specific options.
XPCursor(Session, XPClassInfo, CriteriaOperator)session, objType, theCriteriaInitializes a new instance of the XPCursor class
XPCursor(Session, XPClassInfo, IList)session, objType, keysListInitializes 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, objTypeInitializes a new instance of the XPCursor class with the specified XPCursor.Session and XPCollection.ObjectClassInfo properties.
XPCursor(Session, Type, CriteriaOperator, SortProperty[])session, objType, theCriteria, sortPropertiesInitializes a new instance of the XPCursor class with the specified settings.
XPCursor(Session, Type, IList)session, objType, keysListInitializes 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, objTypeInitializes a new instance of the XPCursor class.
XPCursor(Type, CriteriaOperator, SortProperty[])objType, theCriteria, sortPropertiesInitializes a new instance of the XPCursor class with default Session and criteria-specific options.
XPCursor(Type)objTypeInitializes a new instance of the XPCursor class with the default Session.

See Also

XPCursor Class

XPCursor Members

DevExpress.Xpo Namespace