DbProviderInfo.ProviderManifestToken Property

 

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.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

public string ProviderManifestToken { get; }

Property Value

Type: System.String