EntityProviderFactory.CreateCommand Method

Definition

Returns a new instance of the provider's class that implements the EntityCommand class.

public:
 override System::Data::Common::DbCommand ^ CreateCommand();
public override System.Data.Common.DbCommand CreateCommand ();
override this.CreateCommand : unit -> System.Data.Common.DbCommand
Public Overrides Function CreateCommand () As DbCommand

Returns

A new instance of EntityCommand.

Applies to