DbContextInfo 类
[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]
提供有关给定 DbContext 类型的运行时信息。
继承层次结构
System.Object
System.Data.Entity.Infrastructure.DbContextInfo
命名空间: System.Data.Entity.Infrastructure
程序集: EntityFramework(在 EntityFramework.dll 中)
语法
声明
Public Class DbContextInfo
用法
Dim instance As DbContextInfo
public class DbContextInfo
public ref class DbContextInfo
type DbContextInfo = class end
public class DbContextInfo
DbContextInfo 类型公开以下成员。
构造函数
名称 | 描述 | |
---|---|---|
DbContextInfo(Type) | 使用指定上下文类型初始化 DbContextInfo 类的新实例。 | |
DbContextInfo(Type, Configuration) | 使用指定上下文类型和配置文件初始化 DbContextInfo 类的新实例。 | |
DbContextInfo(Type, ConnectionStringSettingsCollection) | 已过时。 通过使用指定上下文类型和连接字符串的设置来初始化 DbContextInfo 类。 | |
DbContextInfo(Type, DbConnectionInfo) | 使用指定上下文类型和连接信息初始化 DbContextInfo 类的新实例。 | |
DbContextInfo(Type, DbProviderInfo) | 使用指定上下文类型和提供程序信息初始化 DbContextInfo 类的新实例。 | |
DbContextInfo(Type, Configuration, DbConnectionInfo) | 使用指定连接信息、上下文类型和配置文件初始化 DbContextInfo 类的新实例。 | |
DbContextInfo(Type, Configuration, DbProviderInfo) | 使用指定上下文类型、配置文件和提供程序信息初始化 DbContextInfo 类的新实例。 |
顶部
属性
名称 | 描述 | |
---|---|---|
ConnectionProviderName | 获取基础 DbContext 类型使用的连接的 ADO.NET 提供程序名称。 | |
ConnectionString | 获取基础 DbContext 类型使用的连接字符串。 | |
ConnectionStringName | 获取基础 DbContext 类型使用的连接字符串名称。 | |
ConnectionStringOrigin | 获取基础 DbContext 类型使用的连接字符串的来源。 | |
ContextType | 获取具体 DbContext 类型。 | |
IsConstructible | 获取是否可创建基础 DbContext 类型。 | |
OnModelCreating | 获取或设置在 OnModelCreating 已在上下文中运行后将对 DbModelBuilder 执行的操作。 |
顶部
方法
名称 | 描述 | |
---|---|---|
CreateInstance | 创建 DbContextInfo 对象的实例。 | |
Equals | (继承自 Object。) | |
Finalize | (继承自 Object。) | |
GetHashCode | (继承自 Object。) | |
GetType | (继承自 Object。) | |
MemberwiseClone | (继承自 Object。) | |
ToString | (继承自 Object。) |
顶部
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。