ModelDataSourceView.GetSelectMethodResult(DataSourceSelectArguments) Methode

Definitie

Roept de select-methode aan en haalt het resultaat op.

protected:
 virtual System::Object ^ GetSelectMethodResult(System::Web::UI::DataSourceSelectArguments ^ arguments);
protected virtual object GetSelectMethodResult(System.Web.UI.DataSourceSelectArguments arguments);
abstract member GetSelectMethodResult : System.Web.UI.DataSourceSelectArguments -> obj
override this.GetSelectMethodResult : System.Web.UI.DataSourceSelectArguments -> obj
Protected Overridable Function GetSelectMethodResult (arguments As DataSourceSelectArguments) As Object

Parameters

arguments
DataSourceSelectArguments

De argumenten voor de methode selecteren.

Retouren

Het resultaat van de select-methode.

Uitzonderingen

De SelectMethod eigenschap is een lege tekenreeks.

Van toepassing op