DbProviderServices.CloneDbCommand-Methode
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Siehe Problem 2390 – Klonen der DesignTimeVisible-Eigenschaft auf DbCommand kann Deadlocks verursachen. Hier soll Unterklassen das Überschreiben erlaubt werden.
Namespace: System.Data.Entity.Core.Common
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Protected Overridable Function CloneDbCommand ( _
fromDbCommand As DbCommand _
) As DbCommand
'Usage
Dim fromDbCommand As DbCommand
Dim returnValue As DbCommand
returnValue = Me.CloneDbCommand(fromDbCommand)
protected virtual DbCommand CloneDbCommand(
DbCommand fromDbCommand
)
protected:
virtual DbCommand^ CloneDbCommand(
DbCommand^ fromDbCommand
)
abstract CloneDbCommand :
fromDbCommand:DbCommand -> DbCommand
override CloneDbCommand :
fromDbCommand:DbCommand -> DbCommand
protected function CloneDbCommand(
fromDbCommand : DbCommand
) : DbCommand
Parameter
- fromDbCommand
Typ: System.Data.Common.DbCommand
das zu klonende DbCommand-Objekt
Rückgabewert
Typ: System.Data.Common.DbCommand
ein Klon von DbCommand