Overload List
Name | Description | |
---|---|---|
RefreshAsync(IEnumerable DataTable ) |
Refreshes the given tables in dependency order. Tables that have asynchronous refresh
(i.e. Data On Demand and Data Functions) and tables that depend on them will be refreshed
in later transactions.
|
|
RefreshAsync(IEnumerable DataTable , Action Exception ) |
Refreshes the given tables in dependency order. Tables that have asynchronous refresh
(i.e. Data On Demand and Data Functions) and tables that depend on them will be refreshed
in later transactions.
|
See Also