Partager via


IProviderInvariantName, interface

[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]

Utilisé par IDbDependencyResolver et DbConfiguration pour résoudre un nom invariant de fournisseur à partir d'un DbProviderFactory.

Espace de noms :  System.Data.Entity.Infrastructure
Assembly :  EntityFramework (dans EntityFramework.dll)

Syntaxe

'Déclaration
Public Interface IProviderInvariantName
'Utilisation
Dim instance As IProviderInvariantName
public interface IProviderInvariantName
public interface class IProviderInvariantName
type IProviderInvariantName =  interface end
public interface IProviderInvariantName

Le type IProviderInvariantName expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Name Obtient le nom du fournisseur.

Top

Voir aussi

Référence

Espace de noms System.Data.Entity.Infrastructure