QueryableDataSourceView.AutoGenerateOrderByClause 属性
定义
获取或设置一个值,该值指示与当前 QueryableDataSourceView 控件关联的 QueryableDataSource 对象是否创建动态 OrderBy 子句。Gets or sets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control creates a dynamic an OrderBy clause.
public:
property bool AutoGenerateOrderByClause { bool get(); void set(bool value); };
public bool AutoGenerateOrderByClause { get; set; }
member this.AutoGenerateOrderByClause : bool with get, set
Public Property AutoGenerateOrderByClause As Boolean
属性值
如果 QueryableDataSourceView 对象动态创建 true 子句,则为 OrderBy ;否则为 false。true if the QueryableDataSourceView object dynamically creates an OrderBy clause; otherwise, false. 默认值为 false。The default is false.