Partager via


EntityConnection.CreateCommand Méthode

Définition

Crée une instance d'un objet EntityCommand, avec la propriété Connection ayant pour valeur 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

Retours

Objet EntityCommand.

Exceptions

Le nom du fournisseur de données sous-jacent n'est pas connu.

S’applique à