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) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

System.Data.Entity.Infrastructure 命名空间