Back to Devexpress

Session.GetObjectsInTransaction(XPClassInfo, CriteriaOperator, SortingCollection, Int32, Int32, Boolean) Method

xpo-devexpress-dot-xpo-dot-session-dot-getobjectsintransaction-x28-xpclassinfo-criteriaoperator-sortingcollection-int32-int32-boolean-x29.md

latest2.5 KB
Original Source

Session.GetObjectsInTransaction(XPClassInfo, CriteriaOperator, SortingCollection, Int32, Int32, Boolean) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public ICollection GetObjectsInTransaction(
    XPClassInfo classInfo,
    CriteriaOperator condition,
    SortingCollection sorting,
    int skipSelectedRecords,
    int topSelectedRecords,
    bool selectDeleted
)
vb
Public Function GetObjectsInTransaction(
    classInfo As XPClassInfo,
    condition As CriteriaOperator,
    sorting As SortingCollection,
    skipSelectedRecords As Integer,
    topSelectedRecords As Integer,
    selectDeleted As Boolean
) As ICollection

Parameters

NameType
classInfoXPClassInfo
conditionCriteriaOperator
sortingSortingCollection
skipSelectedRecordsInt32
topSelectedRecordsInt32
selectDeletedBoolean

Returns

Type
ICollection

Remarks

To get objects from a session, use the XPCollection and XPView components or the XPQuery<T>.

See Also

InTransactionMode

Session Class

Session Members

DevExpress.Xpo Namespace