DbProviderServices.GetDbProviderManifestToken Method (DbConnection)

 

Returns provider manifest token for a given connection.

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

protected abstract string GetDbProviderManifestToken(
	DbConnection connection
)

Parameters

connection
Type: System.Data.Common.DbConnection

Connection to find manifest token from.

Return Value

Type: System.String

The provider manifest token for the specified connection.