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