QueryableDataSource.CreateQueryableView Metodo

Definizione

Ottiene o imposta l'oggetto QueryableDataSourceView associato a questo controllo QueryableDataSource.

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

Restituisce

QueryableDataSourceView

Visualizzazione origine dati predefinita associata al controllo QueryableDataSource.

Si applica a