Back to Devexpress

ISelectQueryFilterService Interface

corelibraries-devexpress-dot-dataaccess-dot-web-fa52ff13.md

latest2.0 KB
Original Source

ISelectQueryFilterService Interface

A service that allows you to apply row-level filtering to all SELECT queries for the Document Viewer, Report Designer Preview, and Query Builder components.

Namespace : DevExpress.DataAccess.Web

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public interface ISelectQueryFilterService
vb
Public Interface ISelectQueryFilterService

Remarks

The Document Viewer , Report Designer’s Preview , and Query Builder call the ISelectQueryFilterService service before the SqlDataSource executes a SELECT query. Use the CustomizeFilterExpression method to add a conditional clause to each query before it is executed.

For more information, review the following help topic: Multi-Tenant Support (Row Filtering in Shared SQL Database).

Limitations

See Also

ISelectQueryFilterService Members

DevExpress.DataAccess.Web Namespace