IDataStore.LastOrDefault Method
.NET Standard 2.x
Returns the last data row of the DataStore. If no data row is found, returns null
.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
Method | Description |
---|---|
LastOrDefault<TModel>() | Returns the last data row of the DataStore. If no data row is found, returns null . |
LastOrDefault<TModel>(Predicate<TModel> predicate) | Returns the last data row of the DataStore that meets the criteria specified by Predicate<TModel> . If no data row is found, returns null . |