EntityConnection.CreateCommand Método

Definición

Crea una nueva instancia de , EntityCommandcon el Connection establecido 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

Un objeto EntityCommand.

Excepciones

No se conoce el nombre del proveedor de datos subyacente.

Se aplica a