共用方式為


DataSourceSelectResultProcessingOptions.AutoSort 屬性

定義

指出 ModelDataSourceView 物件是否會自動進行排序。

public:
 property bool AutoSort { bool get(); void set(bool value); };
public bool AutoSort { get; set; }
member this.AutoSort : bool with get, set
Public Property AutoSort As Boolean

屬性值

Boolean

true 表示會自動進行排序,否則為 false

適用於