Skip to main content
All docs
V26.1
  • SelectNodeBuilder.Where(String) Method

    Specifies the WHERE clause to filter records.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public SelectNodeBuilder Where(
        string filterString
    )

    Parameters

    Name Type Description
    filterString String

    The filter condition.

    Returns

    Type Description
    SelectNodeBuilder

    A SelectNodeBuilder object on which a method is being called.

    See Also