共用方式為


DbInterceptionContext.WithObjectContext(ObjectContext) 方法

定義

建立新的 DbInterceptionContext ,其中包含這個攔截內容中的所有內容資訊,並加上指定的 ObjectContext

public System.Data.Entity.Infrastructure.Interception.DbInterceptionContext WithObjectContext (System.Data.Entity.Core.Objects.ObjectContext context);
member this.WithObjectContext : System.Data.Entity.Core.Objects.ObjectContext -> System.Data.Entity.Infrastructure.Interception.DbInterceptionContext
Public Function WithObjectContext (context As ObjectContext) As DbInterceptionContext

參數

context
ObjectContext

要關聯的內容。

傳回

與指定內容相關聯的新攔截內容。

適用於