DbProviderServices::GetProviderManifest Method (String^)

 

Returns the provider manifest by using the specified version information.

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

public:
DbProviderManifest^ GetProviderManifest(
	String^ manifestToken
)

Parameters

manifestToken
Type: System::String^

The token information associated with the provider manifest.

Return Value

Type: System.Data.Common::DbProviderManifest^

The provider manifest by using the specified version information.

.NET Framework
Available since 3.5
Return to top
Show: