次の方法で共有


RawSqlCommand.ParameterValues プロパティ

定義

パラメーターに割り当てる値を取得します。

public virtual System.Collections.Generic.IReadOnlyDictionary<string,object> ParameterValues { get; }
public virtual System.Collections.Generic.IReadOnlyDictionary<string,object?> ParameterValues { get; }
member this.ParameterValues : System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public Overridable ReadOnly Property ParameterValues As IReadOnlyDictionary(Of String, Object)

プロパティ値

適用対象