Aracılığıyla paylaş


ModelDataSourceView.ProcessSelectMethodResult Yöntem

Tanım

Varsa otomatik sayfalama ve sıralama gibi select yöntemi sonucu üzerinde işlemler gerçekleştirir.

protected:
 virtual System::Object ^ ProcessSelectMethodResult(System::Web::UI::DataSourceSelectArguments ^ arguments, System::Web::UI::WebControls::DataSourceSelectResultProcessingOptions ^ selectResultProcessingOptions, System::Web::UI::WebControls::ModelDataMethodResult ^ result);
protected virtual object ProcessSelectMethodResult (System.Web.UI.DataSourceSelectArguments arguments, System.Web.UI.WebControls.DataSourceSelectResultProcessingOptions selectResultProcessingOptions, System.Web.UI.WebControls.ModelDataMethodResult result);
abstract member ProcessSelectMethodResult : System.Web.UI.DataSourceSelectArguments * System.Web.UI.WebControls.DataSourceSelectResultProcessingOptions * System.Web.UI.WebControls.ModelDataMethodResult -> obj
override this.ProcessSelectMethodResult : System.Web.UI.DataSourceSelectArguments * System.Web.UI.WebControls.DataSourceSelectResultProcessingOptions * System.Web.UI.WebControls.ModelDataMethodResult -> obj
Protected Overridable Function ProcessSelectMethodResult (arguments As DataSourceSelectArguments, selectResultProcessingOptions As DataSourceSelectResultProcessingOptions, result As ModelDataMethodResult) As Object

Parametreler

arguments
DataSourceSelectArguments

DataSourceSelectArgumentsSelect işlemi için nesnesi.

selectResultProcessingOptions
DataSourceSelectResultProcessingOptions

DataSourceSelectResultProcessingOptionsSeçim sonucu iş için kullanabileceğiniz nesne. Bu seçenekler, daha önceki bir çağrısında EvaluateSelectMethodParameters(DataSourceSelectArguments, DataSourceSelectResultProcessingOptions) belirlenir.

result
ModelDataMethodResult

Otomatik disk belleği/sıralama gibi işlemlerin ardından elde edilen sonuç.

Döndürülenler

Object

Select yöntemi sonucu.

Şunlara uygulanır