Show / Hide Table of Contents

    IDataStore.FilterEx Method

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha

    1.0.1 (current)

    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>)
    Back to top Generated by Appeon