DbProviderServices::CreateCommandDefinition Method (DbCommandTree^)

 

Creates command definition from command tree.

Namespace:   System.Data.Common
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
DbCommandDefinition^ CreateCommandDefinition(
	DbCommandTree^ commandTree
)

Parameters

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 3.5
Return to top
Show: