System.Web.UI.WebControls.AccessDataSource.ProviderName Property

Gets the name of the .NET data provider that the System.Web.UI.WebControls.AccessDataSource control uses to connect to a Microsoft Access database.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public override string ProviderName { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

While the System.Web.UI.WebControls.AccessDataSource control exposes the SqlDataSource.ProviderName property because it is inherited from its base class, attempting to set the AccessDataSource.ProviderName property results in a NotSupportedException exception.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0