IDataStore.FilterEx Method
.NET Standard 2.x | Current Version (1.0.1) 
Filters rows by the filter criteria specified by an Expression<Predicate<TModel>> object.
Namespace: PowerBuilder.Data
Assembly: PowerBuilder.Data.dll
Overloads
| Method | Description |
|---|---|
| FilterEx<TModel>(Expression<Predicate<TModel>> expression) | Generic method. Filters rows by the criteria specified by an Expression<Predicate<TModel>> object. Rows that do not meet the criteria are moved to the filter buffer. |
| FilterEx(Expression<Predicate<TModel>> expression) | Filters rows by the criteria specified by Expression<Predicate<TModel>>. Rows that do not meet the criteria are moved to the filter buffer. (Inherited from IDataStore<TModel>) |