DataSourceSelectArguments.Empty 属性

定义

获取一个排序表达式设置为 DataSourceSelectArgumentsEmpty 对象。

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 默认 DataSourceSelectArguments() 构造函数创建的 对象。 如果要调用ExecuteSelect(DataSourceSelectArguments)数据源视图类的 方法,而无需任何其他参数,则可以使用 Empty 属性。

适用于

另请参阅