ProviderMappingNode.ProviderMapping 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.

Gets the DbProviderMapping this node represents.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
PublicReadOnlyPropertyProviderMappingAs DbProviderMapping
[BrowsableAttribute(false)]
public DbProviderMapping ProviderMapping { get; }
[BrowsableAttribute(false)]
public:
property DbProviderMapping^ ProviderMapping {
    DbProviderMapping^ get ();
}
publicfunction getProviderMapping () : DbProviderMapping

Field Value

The DbProviderMapping this node represents.

See Also

ProviderMappingNode Class

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.