次の方法で共有


EntityCommand.DbParameterCollection プロパティ

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

このコマンドのパラメーターのコレクション

名前空間:  System.Data.Entity.Core.EntityClient
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Protected Overrides ReadOnly Property DbParameterCollection As DbParameterCollection 
    Get
'使用
Dim value As DbParameterCollection 

value = Me.DbParameterCollection
protected override DbParameterCollection DbParameterCollection { get; }
protected:
virtual property DbParameterCollection^ DbParameterCollection {
    DbParameterCollection^ get () override;
}
abstract DbParameterCollection : DbParameterCollection 
override DbParameterCollection : DbParameterCollection
override function get DbParameterCollection () : DbParameterCollection

プロパティ値

型 : System.Data.Common.DbParameterCollection

参照

参照

EntityCommand クラス

System.Data.Entity.Core.EntityClient 名前空間