DbProviderInfo.ProviderManifestToken Property

Definition

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.

public string ProviderManifestToken { get; }
member this.ProviderManifestToken : string
Public ReadOnly Property ProviderManifestToken As String

Property Value

Applies to