EntityDesignerDataSourceView.CanSort 属性
定义
获取一个值,该值指示与当前 EntityDataSourceView 控件关联的 EntityDataSource 对象是否支持基础数据源的排序视图。Gets a value that indicates whether the EntityDataSourceView object that is associated with the current EntityDataSource control supports a sorted view of the underlying data source.
public:
virtual property bool CanSort { bool get(); };
public override bool CanSort { get; }
member this.CanSort : bool
Public Overrides ReadOnly Property CanSort As Boolean
属性值
如果支持排序,则为 true;否则为 false。true if sorting is supported; otherwise, false.