Udostępnij za pośrednictwem


DetailsView.CreateDataSourceSelectArguments Metoda

Definicja

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

DataSourceSelectArguments

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.

Dotyczy

Zobacz też