DbProviderServices.CreateCommandDefinition メソッド (DbCommand)
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
プロトタイプのコマンドに基づいて既定の DbCommandDefinition オブジェクトを作成します。このメソッドは、プロバイダーの作成者がコマンドから既定コマンド定義を作成するために使用します。 注 :これは、プロトタイプを複製します
名前空間: System.Data.Entity.Core.Common
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public Overridable Function CreateCommandDefinition ( _
prototype As DbCommand _
) As DbCommandDefinition
'使用
Dim instance As DbProviderServices
Dim prototype As DbCommand
Dim returnValue As DbCommandDefinition
returnValue = instance.CreateCommandDefinition(prototype)
public virtual DbCommandDefinition CreateCommandDefinition(
DbCommand prototype
)
public:
virtual DbCommandDefinition^ CreateCommandDefinition(
DbCommand^ prototype
)
abstract CreateCommandDefinition :
prototype:DbCommand -> DbCommandDefinition
override CreateCommandDefinition :
prototype:DbCommand -> DbCommandDefinition
public function CreateCommandDefinition(
prototype : DbCommand
) : DbCommandDefinition
パラメーター
- prototype
型 : System.Data.Common.DbCommand
プロトタイプのコマンド
戻り値
型 : System.Data.Entity.Core.Common.DbCommandDefinition
実行可能なコマンド定義オブジェクト