DbProviderInfo.ProviderInvariantName, propriété
[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.]
Chaîne qui identifie ce fournisseur. Par exemple, le fournisseur SQL Server utilise la chaîne « System.Data.SqlCient ».
Espace de noms : System.Data.Entity.Infrastructure
Assembly : EntityFramework (dans EntityFramework.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ProviderInvariantName As String
Get
'Utilisation
Dim instance As DbProviderInfo
Dim value As String
value = instance.ProviderInvariantName
public string ProviderInvariantName { get; }
public:
property String^ ProviderInvariantName {
String^ get ();
}
member ProviderInvariantName : string
function get ProviderInvariantName () : String
Valeur de propriété
Type : System.String