DataBoundControl.SelectArguments 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取数据绑定控件从数据源控件检索数据时使用的 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 值。 默认值为 Empty。
注解
该 SelectArguments 属性调用 CreateDataSourceSelectArguments 该方法以创建默认 DataSourceSelectArguments 对象。