Metodo EntityConnection.CreateDbCommand
[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]
Creare un nuovo oggetto comando che usa l'oggetto connessione
Spazio dei nomi: System.Data.Entity.Core.EntityClient
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Protected Overrides Function CreateDbCommand As DbCommand
'Utilizzo
Dim returnValue As DbCommand
returnValue = Me.CreateDbCommand()
protected override DbCommand CreateDbCommand()
protected:
virtual DbCommand^ CreateDbCommand() override
abstract CreateDbCommand : unit -> DbCommand
override CreateDbCommand : unit -> DbCommand
protected override function CreateDbCommand() : DbCommand
Valore restituito
Tipo: System.Data.Common.DbCommand
Oggetto comando.