Share via


ReaderModificationCommandBatch.ParameterValues Property

Definition

Gets the parameter values for the commands in the batch.

[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 1, 2 })]
protected virtual System.Collections.Generic.Dictionary<string,object?> ParameterValues { get; }
protected virtual System.Collections.Generic.Dictionary<string,object?> ParameterValues { get; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 1, 2 })>]
member this.ParameterValues : System.Collections.Generic.Dictionary<string, obj>
member this.ParameterValues : System.Collections.Generic.Dictionary<string, obj>
Protected Overridable ReadOnly Property ParameterValues As Dictionary(Of String, Object)

Property Value

Attributes

Applies to