DbContextAttribute(Type) 构造函数

定义

初始化 DbContextAttribute 类的新实例。

public DbContextAttribute (Type contextType);
new Microsoft.EntityFrameworkCore.Infrastructure.DbContextAttribute : Type -> Microsoft.EntityFrameworkCore.Infrastructure.DbContextAttribute
Public Sub New (contextType As Type)

参数

contextType
Type

关联的上下文。

适用于