IDataStore<TModel>.FindLast Method
.NET Standard 2.x
Returns the index of the last row in the DataStore in which data meets the criteria defined by the predicate.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
Method | Description |
---|---|
FindLast(Predicate<TModel> predicate, DwBuffer bufferType = DwBuffer.Primary) | Returns the index of the last row in the DataStore in which data meets the criteria defined by the predicate. |
FindLast(Predicate<TModel> predicate, bool calcCompute, DwBuffer bufferType = DwBuffer.Primary)) | Returns the index of the last row in the DataStore in which data meets the criteria defined by the predicate. |