Поделиться через


TransactionHandler.ConnectionStringSet - метод

[Эта страница относится к документации к Entity Framework 6. Последняя версия доступна в составе пакета Entity Framework NuGet. Дополнительные сведения об Entity Framework см. в разделе msdn.com/data/ef.]

Может быть реализовано в производном классе.

Пространство имен:  System.Data.Entity.Infrastructure
Сборка:  EntityFramework (в EntityFramework.dll)

Синтаксис

'Декларация
Public Overridable Sub ConnectionStringSet ( _
    connection As DbConnection, _
    interceptionContext As DbConnectionPropertyInterceptionContext(Of String) _
)
'Применение
Dim instance As TransactionHandler 
Dim connection As DbConnection 
Dim interceptionContext As DbConnectionPropertyInterceptionContext(Of String)

instance.ConnectionStringSet(connection, _
    interceptionContext)
public virtual void ConnectionStringSet(
    DbConnection connection,
    DbConnectionPropertyInterceptionContext<string> interceptionContext
)
public:
virtual void ConnectionStringSet(
    DbConnection^ connection, 
    DbConnectionPropertyInterceptionContext<String^>^ interceptionContext
)
abstract ConnectionStringSet : 
        connection:DbConnection * 
        interceptionContext:DbConnectionPropertyInterceptionContext<string> -> unit  
override ConnectionStringSet : 
        connection:DbConnection * 
        interceptionContext:DbConnectionPropertyInterceptionContext<string> -> unit
public function ConnectionStringSet(
    connection : DbConnection, 
    interceptionContext : DbConnectionPropertyInterceptionContext<String>
)

Параметры

  • interceptionContext
    Тип: DbConnectionPropertyInterceptionContext<String>
    Контекстные сведения, связанные с вызовом.

См. также

Справочник

TransactionHandler Класс

System.Data.Entity.Infrastructure - пространство имен

ConnectionStringSet(DbConnection, DbConnectionPropertyInterceptionContextString)