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