共用方式為


EntityDesignerDataSourceView.CanSort 屬性

定義

取得值,指出與目前 EntityDataSourceView 控制項關聯的 EntityDataSource 物件是否支援基礎資料來源的排序檢視。

public:
 virtual property bool CanSort { bool get(); };
public override bool CanSort { get; }
member this.CanSort : bool
Public Overrides ReadOnly Property CanSort As Boolean

屬性值

Boolean

如果支援排序,則為 true,否則為 false

適用於