ModelDataSourceView.GetSelectMethodResult(DataSourceSelectArguments) Methode

Definition

Ruft die Auswahlmethode auf und ruft das Ergebnis ab.

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

Parameter

arguments
DataSourceSelectArguments

Die Methodenauswahlargumente.

Gibt zurück

Das Ergebnis der Auswahl-Methode.

Ausnahmen

Die SelectMethod-Eigenschaft ist eine leere Zeichenfolge.

Gilt für: