AccessDataSourceView(AccessDataSource, String, HttpContext) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the AccessDataSourceView class setting the specified AccessDataSource control as the owner of the current view.
public:
AccessDataSourceView(System::Web::UI::WebControls::AccessDataSource ^ owner, System::String ^ name, System::Web::HttpContext ^ context);
public AccessDataSourceView (System.Web.UI.WebControls.AccessDataSource owner, string name, System.Web.HttpContext context);
new System.Web.UI.WebControls.AccessDataSourceView : System.Web.UI.WebControls.AccessDataSource * string * System.Web.HttpContext -> System.Web.UI.WebControls.AccessDataSourceView
Public Sub New (owner As AccessDataSource, name As String, context As HttpContext)
Parameters
- owner
- AccessDataSource
The data source control with which the AccessDataSourceView is associated.
- name
- String
A unique name for the data source view, within the scope of the data source control that owns it.
- context
- HttpContext
The current HttpContext.
Remarks
The HttpContext object is used by the AccessDataSource control to access the parameters in the FilterParameters and SelectParameters collections when retrieving data.