TransactionContext(DbConnection) Oluşturucu

Tanım

TransactionContext sınıfının yeni bir örneğini başlatır.

public TransactionContext(System.Data.Common.DbConnection existingConnection);
new System.Data.Entity.Infrastructure.TransactionContext : System.Data.Common.DbConnection -> System.Data.Entity.Infrastructure.TransactionContext
Public Sub New (existingConnection As DbConnection)

Parametreler

existingConnection
DbConnection

İşlemlerin kaydedileceği bağlam tarafından kullanılan bağlantı.

Şunlara uygulanır