DbProviderServices.GetProviderManifest(String) Method

Definition

Returns the provider manifest by using the specified version information.

public:
 System::Data::Common::DbProviderManifest ^ GetProviderManifest(System::String ^ manifestToken);
public System.Data.Common.DbProviderManifest GetProviderManifest (string manifestToken);
member this.GetProviderManifest : string -> System.Data.Common.DbProviderManifest
Public Function GetProviderManifest (manifestToken As String) As DbProviderManifest

Parameters

manifestToken
String

The token information associated with the provider manifest.

Returns

The provider manifest by using the specified version information.

Applies to