DbProviderInfo Constructor (String, String)
Creates a new object for a given provider invariant name and manifest token.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- providerInvariantName
-
Type:
System.String
A string that identifies that provider. For example, the SQL Server provider uses the string "System.Data.SqlCient".
- providerManifestToken
-
Type:
System.String
A string that identifies that version of the database server being used. For example, the SQL Server provider uses the string "2008" for SQL Server 2008. This cannot be null but may be empty. The manifest token is sometimes referred to as a version hint.