BaseDataList.SelectArguments 属性

定义

获取数据绑定控件从数据源控件检索数据时使用的 DataSourceSelectArguments 对象。

protected:
 property System::Web::UI::DataSourceSelectArguments ^ SelectArguments { System::Web::UI::DataSourceSelectArguments ^ get(); };
protected System.Web.UI.DataSourceSelectArguments SelectArguments { get; }
member this.SelectArguments : System.Web.UI.DataSourceSelectArguments
Protected ReadOnly Property SelectArguments As DataSourceSelectArguments

属性值

由数据绑定控件用来检索数据的 DataSourceSelectArguments。 默认值为从 CreateDataSourceSelectArguments() 返回值。

注解

属性 SelectArguments 调用 CreateDataSourceSelectArguments 方法以创建默认 DataSourceSelectArguments 对象。

适用于

另请参阅