QueryableDataSource.CreateQueryableView Method

Definition

Gets or sets the QueryableDataSourceView object that is associated with this QueryableDataSource control.

protected:
 abstract System::Web::UI::WebControls::QueryableDataSourceView ^ CreateQueryableView();
protected abstract System.Web.UI.WebControls.QueryableDataSourceView CreateQueryableView ();
abstract member CreateQueryableView : unit -> System.Web.UI.WebControls.QueryableDataSourceView
Protected MustOverride Function CreateQueryableView () As QueryableDataSourceView

Returns

The default data source view that is associated with the QueryableDataSource control.

Applies to