Back to Devexpress

Session.EvaluateInTransactionAsync Method

xpo-devexpress-dot-xpo-dot-session-dot-evaluateintransactionasync.md

latest1.4 KB
Original Source

Session.EvaluateInTransactionAsync Method

NameParametersDescription
EvaluateInTransactionAsync(XPClassInfo, CriteriaOperator, CriteriaOperator, CancellationToken)classInfo, expression, criteria, cancellationTokenAsynchronously evaluates the specified expression against objects of the specified type. Accounts for all in-memory object changes.
EvaluateInTransactionAsync(Type, CriteriaOperator, CriteriaOperator, CancellationToken)objectType, expression, criteria, cancellationTokenAsynchronously evaluates the specified expression against objects of the specified type. Accounts for all in-memory object changes.
EvaluateInTransactionAsync<ClassType>(CriteriaOperator, CriteriaOperator, CancellationToken)expression, criteria, cancellationTokenAsynchronously evaluates the specified expression against objects whose type is designated by the generic parameter. Accounts for all in-memory object changes.