EntityConnection.CreateCommand, méthode
[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]
Crée une instance d'un objet EntityCommand, avec la propriété Connection ayant pour valeur EntityConnection.
Espace de noms : System.Data.Entity.Core.EntityClient
Assembly : EntityFramework (dans EntityFramework.dll)
Syntaxe
'Déclaration
Public Overridable Function CreateCommand As EntityCommand
'Utilisation
Dim instance As EntityConnection
Dim returnValue As EntityCommand
returnValue = instance.CreateCommand()
public virtual EntityCommand CreateCommand()
public:
virtual EntityCommand^ CreateCommand()
abstract CreateCommand : unit -> EntityCommand
override CreateCommand : unit -> EntityCommand
public function CreateCommand() : EntityCommand
Valeur de retour
Type : System.Data.Entity.Core.EntityClient.EntityCommand
Objet EntityCommand.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Le nom du fournisseur de données sous-jacent n'est pas connu. |