Repeater.SelectArguments 属性

定义

获取从数据源控件检索数据时 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

一个用于检索数据的 DataSourceSelectArguments 对象。 默认为 Empty 值。

注解

对对象的第一次调用 DataSourceSelectArguments 调用调用 CreateDataSourceSelectArguments 方法来创建 Empty 对象。

适用于

另请参阅