DbProviderServices::CreateCommandDefinition Method (DbProviderManifest^, DbCommandTree^)
.NET Framework (current version)
Creates command definition from specified manifest andcommand tree.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public:
DbCommandDefinition^ CreateCommandDefinition(
DbProviderManifest^ providerManifest,
DbCommandTree^ commandTree
)
Parameters
- providerManifest
-
Type:
System.Data.Common::DbProviderManifest^
The manifest.
- commandTree
-
Type:
System.Data.Common.CommandTrees::DbCommandTree^
The command tree.
.NET Framework
Available since 4.0
Available since 4.0
Show: