Show / Hide Table of Contents

    IDwReadOnlyTable.Filter Property

    .NET Standard 2.x

    Gets the filter for the DataWindow.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    IReadOnlyExpressionable<string> Filter { get; }
    

    Property Value

    DWNet.Data.IReadOnlyExpressionable<System.String>

    An IReadOnlyExpressionable<string> object which represents the filter for the DataWindow.

    Remarks

    Filters are expressions that can evaluate to true or false. The Filter property filters the data before it is retrieved. To filter data in the DataWindow buffer, use the IDataStore.SetFilter and IDataStore.Filter methods.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon