DevForce Help Reference
FilterQuery Method (EntityServerQueryInterceptor)


May be overridden to perform any logic before the query is executed. classes.
Syntax
'Declaration
 
Protected Overridable Function FilterQuery() As Boolean
'Usage
 
Dim instance As EntityServerQueryInterceptor
Dim value As Boolean
 
value = instance.FilterQuery()
protected virtual bool FilterQuery()
Remarks
Filtering prior to execution can include adding to the QueryFilters collection or modifying the query directly using the Query.Filter method or the QueryFilterCollection classes.

Returning "false" will cancel query execution.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityServerQueryInterceptor Class
EntityServerQueryInterceptor Members

Send Feedback