IDataStore.GetModelByRowId Method
.NET Standard 2.x
Gets the TModel object of a row according to the unique row identifier associated with that row.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
| Method | Description |
|---|---|
| GetModelByRowId<TModel>(int rowid) | Gets the TModel object of a row according to the unique row identifier associated with that row. |
| GetModelByRowId<TModel>(int rowid, bool calcCompute) | Gets the TModel object of a row according to the unique row identifier associated with that row. |