Repeater.CreateDataSourceSelectArguments Method

Definition

Returns the Empty value.

protected:
 virtual System::Web::UI::DataSourceSelectArguments ^ CreateDataSourceSelectArguments();
protected virtual System.Web.UI.DataSourceSelectArguments CreateDataSourceSelectArguments ();
abstract member CreateDataSourceSelectArguments : unit -> System.Web.UI.DataSourceSelectArguments
override this.CreateDataSourceSelectArguments : unit -> System.Web.UI.DataSourceSelectArguments
Protected Overridable Function CreateDataSourceSelectArguments () As DataSourceSelectArguments

Returns

The Empty value.

Remarks

The first call to the SelectArguments property calls the CreateDataSourceSelectArguments method to return the Empty value.

Applies to

See also