DevForce Help Reference
QueryFilters Property


May be added to in order to restrict how a query is executed. These filters will be ignored on any queries that are not subclasses of EntityQuery.
Syntax
'Declaration
 
Protected ReadOnly Property QueryFilters As EntityQueryFilterCollection
'Usage
 
Dim instance As EntityServerQueryInterceptor
Dim value As EntityQueryFilterCollection
 
value = instance.QueryFilters
protected EntityQueryFilterCollection QueryFilters {get;}
Remarks
QueryFilters are applied during query execution and are not dependent on the setting of the FilterQuery property.
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