ReaderModificationCommandBatch.ParameterValues 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.
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