BaseDataList.CreateDataSourceSelectArguments 方法

定义

如果未指定参数,则创建由数据绑定控件使用的默认 DataSourceSelectArguments 对象。

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

返回

DataSourceSelectArguments

初始化为 DataSourceSelectArgumentsEmpty

注解

该方法 CreateDataSourceSelectArguments 是属性用来 SelectArguments 创建其默认 DataSourceSelectArguments 对象的帮助程序方法。

适用于

另请参阅