QueryContext.Parameters 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.
The query parameter used in the query query.
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 1, 2 })]
public virtual System.Collections.Generic.Dictionary<string,object?> Parameters { get; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 1, 2 })>]
member this.Parameters : System.Collections.Generic.Dictionary<string, obj>
Public Overridable ReadOnly Property Parameters As Dictionary(Of String, Object)
Property Value
- Attributes