DbProviderServices.GetDbProviderManifest Method (String)

 

When overridden in a derived class, returns an instance of a class that derives from the DbProviderManifest.

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

protected abstract DbProviderManifest GetDbProviderManifest(
	string manifestToken
)

Parameters

manifestToken
Type: System.String

The token information associated with the provider manifest.

Return Value

Type: System.Data.Entity.Core.Common.DbProviderManifest

A DbProviderManifest object that represents the provider manifest.