System.Web.UI.WebControls.AccessDataSourceView Class

Supports the System.Web.UI.WebControls.AccessDataSource control and provides an interface for data-bound controls to perform data retrieval using Structured Query Language (SQL) against a Microsoft Access database.

See Also: AccessDataSourceView Members

Syntax

public class AccessDataSourceView : SqlDataSourceView

Remarks

The System.Web.UI.WebControls.AccessDataSourceView class is intended primarily to be used by data-bound controls and not as a programmable object in page code.

The System.Web.UI.WebControls.AccessDataSourceView class is provided because Microsoft Access is a file-based database system and has several unique characteristics that set it apart from other SQL-based relational database products that the System.Web.UI.WebControls.SqlDataSource control and System.Web.UI.WebControls.SqlDataSourceView classes are used with.

Requirements

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