QueryCompilationContext.IgnoreQueryFilters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A value indicating whether query filters are ignored in this query.
public virtual bool IgnoreQueryFilters { get; }
member this.IgnoreQueryFilters : bool
Public Overridable ReadOnly Property IgnoreQueryFilters As Boolean
Property Value
true if query filters should be applied, false if not.