Share via


EntityDataSourceView.CanRetrieveTotalRowCount 속성

정의

현재 EntityDataSource 컨트롤과 연결된 EntityDataSourceView 개체가 데이터와 총 데이터 행 수에 대한 검색을 지원하는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

작업이 지원되면 true이고, 그렇지 않으면 false입니다.

적용 대상