IProviderInvariantName 接口
[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]
从 DbProviderFactory 解析提供程序固定名称时由 IDbDependencyResolver 和 DbConfiguration 使用。
命名空间: System.Data.Entity.Infrastructure
程序集: EntityFramework(在 EntityFramework.dll 中)
语法
声明
Public Interface IProviderInvariantName
用法
Dim instance As IProviderInvariantName
public interface IProviderInvariantName
public interface class IProviderInvariantName
type IProviderInvariantName = interface end
public interface IProviderInvariantName
IProviderInvariantName 类型公开以下成员。
属性
名称 | 描述 | |
---|---|---|
Name | 获取提供程序的名称。 |
顶部