QueryConfiguration.SetFilter(IEnumerable<String>, Boolean) Method
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.
Sets the FilterConfigurations in ModelBoundQuerySettings.
public virtual void SetFilter (System.Collections.Generic.IEnumerable<string> properties, bool enableFilter);
abstract member SetFilter : seq<string> * bool -> unit
override this.SetFilter : seq<string> * bool -> unit
Public Overridable Sub SetFilter (properties As IEnumerable(Of String), enableFilter As Boolean)
Parameters
- properties
- IEnumerable<String>
- enableFilter
- Boolean