IdentityResolutionInterceptionData(DbContext) 构造函数

定义

构造参数对象。

public IdentityResolutionInterceptionData (Microsoft.EntityFrameworkCore.DbContext context);
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public IdentityResolutionInterceptionData (Microsoft.EntityFrameworkCore.DbContext context);
new Microsoft.EntityFrameworkCore.Diagnostics.IdentityResolutionInterceptionData : Microsoft.EntityFrameworkCore.DbContext -> Microsoft.EntityFrameworkCore.Diagnostics.IdentityResolutionInterceptionData
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.Diagnostics.IdentityResolutionInterceptionData : Microsoft.EntityFrameworkCore.DbContext -> Microsoft.EntityFrameworkCore.Diagnostics.IdentityResolutionInterceptionData
Public Sub New (context As DbContext)

参数

context
DbContext

正在使用的 DbContext

属性

适用于