次の方法で共有


EntityCommand.Parameters プロパティ

定義

Entity SQL ステートメントまたはストアド プロシージャのパラメーターを取得します。

public virtual System.Data.Entity.Core.EntityClient.EntityParameterCollection Parameters { get; }
member this.Parameters : System.Data.Entity.Core.EntityClient.EntityParameterCollection
Public Overridable ReadOnly Property Parameters As EntityParameterCollection

プロパティ値

Entity SQL ステートメントまたはストアド プロシージャのパラメーター。

適用対象