IDatabaseProviderName.DatabaseProviderName Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

When implemented by a class, gets the name of the provider.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.dll)

Syntax

'Declaration
ReadOnlyPropertyDatabaseProviderNameAs String
string DatabaseProviderName { get; }
property String^ DatabaseProviderName {
    String^ get ();
}
function getDatabaseProviderName () : String

Field Value

The name of the provider.

See Also

IDatabaseProviderName Interface

Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.