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该属性。