다음을 통해 공유


SqlDesignerDataSourceView.CanPage 속성

정의

현재 DataSourceControl 개체와 연결된 DataSourceView 개체가 ExecuteSelect(DataSourceSelectArguments) 메서드에서 검색된 데이터를 통한 페이징을 지원하는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

ExecuteSelect(DataSourceSelectArguments) 메서드에서 검색된 데이터를 통한 페이징을 지원하면 true이고, 지원하지 않으면 false입니다.

적용 대상

추가 정보