IDataStoreBases.ReselectRowAsync Method
.NET Standard 2.x
Asynchronously accesses the database to retrieve values for all columns that can be updated and refreshes all timestamp columns in a row in the DataStore.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
| Method | Description |
|---|---|
| ReselectRowAsync(int row) | Asynchronously accesses the database to retrieve values for all columns that can be updated and refreshes all timestamp columns in a row in the DataStore. |
| ReselectRowAsync(int row, CancellationToken cancellationToken) | Asynchronously accesses the database to retrieve values for all columns that can be updated and refreshes all timestamp columns in a row in the DataStore. |