A newer version of this page is available.
Switch to the current version.
Session.GetObjectsInTransactionAsync Method
Name | Parameters | Description |
---|---|---|
GetObjectsInTransactionAsync(XPClassInfo, CriteriaOperator, SortingCollection, Int32, Int32, Boolean, AsyncLoadObjectsCallback) | classInfo, condition, sorting, skipSelectedRecords, topSelectedRecords, selectDeleted, callback | This 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, cancellationToken | This member supports the internal infrastructure and is not intended to be used directly from your code. |
GetObjectsInTransactionAsync(XPClassInfo, CriteriaOperator, Boolean, AsyncLoadObjectsCallback) | classInfo, condition, selectDeleted, callback | This member supports the internal infrastructure and is not intended to be used directly from your code. |
Feedback