DbContextInfo 构造函数 (Type, Configuration)
[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]
使用指定上下文类型和配置文件初始化 DbContextInfo 类的新实例。
命名空间: System.Data.Entity.Infrastructure
程序集: EntityFramework(在 EntityFramework.dll 中)
语法
声明
Public Sub New ( _
contextType As Type, _
config As Configuration _
)
用法
Dim contextType As Type
Dim config As Configuration
Dim instance As New DbContextInfo(contextType, _
config)
public DbContextInfo(
Type contextType,
Configuration config
)
public:
DbContextInfo(
Type^ contextType,
Configuration^ config
)
new :
contextType:Type *
config:Configuration -> DbContextInfo
public function DbContextInfo(
contextType : Type,
config : Configuration
)
参数
- contextType
类型:System.Type
具体 DbContext 类型。
- config
类型:System.Configuration.Configuration
表示配置文件的对象。