EntityConnection.CreateDbCommand Method

Definition

Create a new command object that uses this connection object

protected override System.Data.Common.DbCommand CreateDbCommand ();
override this.CreateDbCommand : unit -> System.Data.Common.DbCommand
Protected Overrides Function CreateDbCommand () As DbCommand

Returns

The command object.

Applies to