DbProviderServices.GetProviderManifestToken Method (DbConnection)

 

Returns provider manifest token given a connection.

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

public string GetProviderManifestToken(
	DbConnection connection
)

Parameters

connection
Type: System.Data.Common.DbConnection

Connection to provider.

Return Value

Type: System.String

The provider manifest token.