Visual Basic (Declaration) | |
---|---|
Protected ReadOnly Property QueryFilters As EntityQueryFilterCollection |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As EntityServerQueryInterceptor Dim value As EntityQueryFilterCollection value = instance.QueryFilters |
C# | |
---|---|
protected EntityQueryFilterCollection QueryFilters {get;} |
C++/CLI | |
---|---|
protected: property EntityQueryFilterCollection^ QueryFilters { EntityQueryFilterCollection^ get(); } |
QueryFilters are applied during query execution and are not dependent on the setting of the FilterQuery property.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family