Back to Devexpress

Session.GetObjectsInTransactionAsync Method

xpo-devexpress-dot-xpo-dot-session-dot-getobjectsintransactionasync.md

latest1.8 KB
Original Source

Session.GetObjectsInTransactionAsync Method

NameParametersDescription
GetObjectsInTransactionAsync(XPClassInfo, CriteriaOperator, SortingCollection, Int32, Int32, Boolean, AsyncLoadObjectsCallback)classInfo, condition, sorting, skipSelectedRecords, topSelectedRecords, selectDeleted, callbackThis member supports the internal infrastructure and is not intended to be used directly from your code.
GetObjectsInTransactionAsync(XPClassInfo, CriteriaOperator, SortingCollection, Int32, Int32, Boolean, CancellationToken)classInfo, condition, sorting, skipSelectedRecords, topSelectedRecords, selectDeleted, cancellationTokenThis member supports the internal infrastructure and is not intended to be used directly from your code.
GetObjectsInTransactionAsync(XPClassInfo, CriteriaOperator, Boolean, AsyncLoadObjectsCallback)classInfo, condition, selectDeleted, callbackThis member supports the internal infrastructure and is not intended to be used directly from your code.
GetObjectsInTransactionAsync(XPClassInfo, CriteriaOperator, Boolean, CancellationToken)classInfo, condition, selectDeleted, cancellationTokenThis member supports the internal infrastructure and is not intended to be used directly from your code.