DbConfigurationInterceptionContext.WithDbContext(DbContext) 方法

定义

创建一个新的 DbConfigurationInterceptionContext ,其中包含此拦截上下文中的所有上下文信息,并添加给定 DbContext的 。

public System.Data.Entity.Infrastructure.Interception.DbConfigurationInterceptionContext WithDbContext (System.Data.Entity.DbContext context);
override this.WithDbContext : System.Data.Entity.DbContext -> System.Data.Entity.Infrastructure.Interception.DbConfigurationInterceptionContext
Public Function WithDbContext (context As DbContext) As DbConfigurationInterceptionContext

参数

context
DbContext

要关联的上下文。

返回

与给定上下文关联的新拦截上下文。

适用于