System.Web.UI.WebControls.AccessDataSourceView Members

The members of System.Web.UI.WebControls.AccessDataSourceView are listed below.

See Also: Inherited members from System.Web.UI.WebControls.SqlDataSourceView

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.AccessDataSourceView class setting the specified System.Web.UI.WebControls.AccessDataSource control as the owner of the current view.

Protected Methods

override
ExecuteSelect(System.Web.UI.DataSourceSelectArguments) : IEnumerable

Retrieves data from the underlying data storage using the SQL string in the SqlDataSourceView.SelectCommand property and any parameters in the SqlDataSourceView.SelectParameters collection.