Skip to main content

SelectNodeBuilder.Where(String) Method

Specifies the WHERE clause to filter records.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v24.2.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