次の方法で共有


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)

プロパティ値

実装

適用対象