CosmosQueryExecutedEventData.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.
Name/values for each parameter in the Cosmos Query.
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 0, 1, 2 })]
[System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Name", "Value" })]
public virtual System.Collections.Generic.IReadOnlyList<(string Name, object? Value)> Parameters { get; }
[System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Name", "Value" })]
public virtual System.Collections.Generic.IReadOnlyList<(string Name, object? Value)> Parameters { get; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 0, 1, 2 })>]
[<System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Name", "Value" })>]
member this.Parameters : System.Collections.Generic.IReadOnlyList<ValueTuple<string, obj>>
[<System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Name", "Value" })>]
member this.Parameters : System.Collections.Generic.IReadOnlyList<ValueTuple<string, obj>>
Public Overridable ReadOnly Property Parameters As IReadOnlyList(Of ValueTuple(Of String, Object))
Property Value
- Attributes