DetailsView.CreateDataSourceSelectArguments Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
DataSourceSelectArguments Tworzy obiekt przekazywany do polecenia Select.
protected:
override System::Web::UI::DataSourceSelectArguments ^ CreateDataSourceSelectArguments();
protected override System.Web.UI.DataSourceSelectArguments CreateDataSourceSelectArguments ();
override this.CreateDataSourceSelectArguments : unit -> System.Web.UI.DataSourceSelectArguments
Protected Overrides Function CreateDataSourceSelectArguments () As DataSourceSelectArguments
Zwraca
Element DataSourceSelectArguments , który zostanie przekazany do polecenia Select.
Uwagi
Metoda CreateDataSourceSelectArguments jest metodą pomocnika wywoływaną przez DetailsView kontrolkę w celu utworzenia DataSourceSelectArguments obiektu, który zostanie przekazany do polecenia Select.