IDataStore<TModel>.GetForUpdate Method
.NET Standard 2.x
Obtains the TModel object according to the specified conditions.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
| Method | Description |
|---|---|
| GetForUpdate(int index) | Obtains the TModel object according to the specified row index number. |
| GetForUpdate(Predicate<TModel> predicate) | Obtains the TModel object according to the specified condition. |