Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EntityConnection::CreateDbCommand Method ()

Entity Framework 6.0
 

Create a new command object that uses this connection object

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

protected:
virtual DbCommand^ CreateDbCommand() override

Return Value

Type: System.Data.Common::DbCommand^

The command object.

Return to top
Show: