EntityDataSourceView.CanRetrieveTotalRowCount 속성

정의

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

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

속성 값

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

적용 대상