DataSourceSelectArguments.Empty 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个排序表达式设置为 DataSourceSelectArguments 的 Empty 对象。
public:
static property System::Web::UI::DataSourceSelectArguments ^ Empty { System::Web::UI::DataSourceSelectArguments ^ get(); };
public static System.Web.UI.DataSourceSelectArguments Empty { get; }
static member Empty : System.Web.UI.DataSourceSelectArguments
Public Shared ReadOnly Property Empty As DataSourceSelectArguments
属性值
注解
属性返回使用 DataSourceSelectArguments 默认 DataSourceSelectArguments() 构造函数创建的 对象。 如果要调用ExecuteSelect(DataSourceSelectArguments)数据源视图类的 方法,而无需任何其他参数,则可以使用 Empty 属性。