EntityConnection.CreateCommand Método

Definición

Crea una instancia nueva de EntityCommand, con la propiedad Connection establecida en EntityConnection.

public:
 System::Data::EntityClient::EntityCommand ^ CreateCommand();
public System.Data.EntityClient.EntityCommand CreateCommand ();
override this.CreateCommand : unit -> System.Data.EntityClient.EntityCommand
Public Function CreateCommand () As EntityCommand

Devoluciones

Objeto EntityCommand.

Excepciones

El nombre del proveedor de datos subyacente no se conoce.

Se aplica a