Aracılığıyla paylaş


MutableInterceptionContext Oluşturucular

Tanım

Aşırı Yüklemeler

MutableInterceptionContext()

Durumu olmayan yeni MutableInterceptionContext bir oluşturur.

MutableInterceptionContext(DbInterceptionContext)

Verilen kesme bağlamından sabit durumu kopyalayarak yeni MutableInterceptionContext bir oluşturur. Ayrıca bkz. Clone()

MutableInterceptionContext()

Durumu olmayan yeni MutableInterceptionContext bir oluşturur.

protected MutableInterceptionContext ();
Protected Sub New ()

Şunlara uygulanır

MutableInterceptionContext(DbInterceptionContext)

Verilen kesme bağlamından sabit durumu kopyalayarak yeni MutableInterceptionContext bir oluşturur. Ayrıca bkz. Clone()

protected MutableInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext
Protected Sub New (copyFrom As DbInterceptionContext)

Parametreler

copyFrom
DbInterceptionContext

Durumun kopyalandığı bağlam.

Şunlara uygulanır