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)

属性值

适用于