Freigeben über


DbConnectionDispatcher.GetDataSource Methode

Definition

public virtual string GetDataSource (System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbInterceptionContext interceptionContext);
abstract member GetDataSource : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> string
override this.GetDataSource : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> string
Public Overridable Function GetDataSource (connection As DbConnection, interceptionContext As DbInterceptionContext) As String

Parameter

connection
DbConnection

Die Verbindung, für die der Vorgang ausgeführt wird.

interceptionContext
DbInterceptionContext

Optionale Informationen zum Kontext des Aufrufs.

Gibt zurück

Das Ergebnis des Vorgangs, der möglicherweise von Interceptors geändert wurde.

Hinweise

Beachten Sie, dass der Wert der -Eigenschaft von dieser Methode zurückgegeben wird. Das Ergebnis ist im an diese Methode übergebenen Abfangkontext nicht verfügbar, da der Abfangkontext geklont wird, bevor er an Interceptors übergeben wird.

Gilt für: