DbProviderServices::CreateCommandDefinition Method (DbProviderManifest^, DbCommandTree^)

.NET Framework (current version)
 

Creates command definition from specified manifest andcommand tree.

Namespace:   System.Data.Common
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.

Return Value

Type: System.Data.Common::DbCommandDefinition^

The created command definition.

.NET Framework
Available since 4.0
Return to top
Show: