QueryCompilationContext.IgnoredQueryFilters 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 collection of ignored query filters.
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })]
public virtual System.Collections.Generic.HashSet<string>? IgnoredQueryFilters { get; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })>]
member this.IgnoredQueryFilters : System.Collections.Generic.HashSet<string>
Public Overridable ReadOnly Property IgnoredQueryFilters As HashSet(Of String)
Property Value
- Attributes