Freigeben über


IDbExecutionStrategy.Execute-Methode (Action)

[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.]

Führt den angegebenen Vorgang aus.

Namespace:  System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Sub Execute ( _
    operation As Action _
)
'Usage
Dim instance As IDbExecutionStrategy 
Dim operation As Action

instance.Execute(operation)
void Execute(
    Action operation
)
void Execute(
    Action^ operation
)
abstract Execute : 
        operation:Action -> unit
function Execute(
    operation : Action
)

Parameter

  • operation
    Typ: System.Action
    Ein Delegat, der einen ausführbaren Vorgang darstellt, der keine Ergebnisse zurückgibt.

Siehe auch

Verweis

IDbExecutionStrategy Interface

Execute-Überladung

System.Data.Entity.Infrastructure-Namespace