Back to Devexpress

Session.GetObjectsInTransaction(XPClassInfo, CriteriaOperator, Boolean) Method

xpo-devexpress-dot-xpo-dot-session-dot-getobjectsintransaction-x28-devexpress-dot-xpo-dot-metadata-dot-xpclassinfo-devexpress-dot-data-dot-filtering-dot-criteriaoperator-system-dot-boolean-x29.md

latest1.9 KB
Original Source

Session.GetObjectsInTransaction(XPClassInfo, CriteriaOperator, 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,
    bool selectDeleted
)
vb
Public Function GetObjectsInTransaction(
    classInfo As XPClassInfo,
    condition As CriteriaOperator,
    selectDeleted As Boolean
) As ICollection

Parameters

NameType
classInfoXPClassInfo
conditionCriteriaOperator
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