IDataStore<TModel>.FindAll Method
.NET Standard 2.x
Finds all of the rows in the specified buffer of the DataStore in which data meets the condition specified by the expression.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
Method | Description |
---|---|
FindAll(Predicate<TModel> predicate) | Finds all of the rows in the specified buffer of the DataStore in which data meets the condition specified by the expression. |
FindAll(Predicate<TModel> predicate, bool calcCompute) | Finds all of the rows in the specified buffer of the DataStore in which data meets the condition specified by the expression. |