Skip to main content
A newer version of this page is available. .

SelectNodeBuilder.Where(String) Method

Specifies the WHERE clause to filter records.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

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