共用方式為


RelationalCommand.Parameters 屬性

定義

取得命令的參數。

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Storage.IRelationalParameter> Parameters { get; }
public System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Storage.IRelationalParameter> Parameters { get; }
member this.Parameters : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Storage.IRelationalParameter>
Public Overridable ReadOnly Property Parameters As IReadOnlyList(Of IRelationalParameter)
Public ReadOnly Property Parameters As IReadOnlyList(Of IRelationalParameter)

屬性值

實作

適用於