共用方式為


RelationalCommandParameterObject.ParameterValues 屬性

定義

要使用的 SQL 參數值,如果沒有,則 null 為 。

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

屬性值

適用於