다음을 통해 공유


DataSourceSelectResultProcessingOptions.AutoPage 속성

정의

ModelDataSourceView 개체에서 페이징을 자동으로 실행할지 여부를 나타냅니다.

public:
 property bool AutoPage { bool get(); void set(bool value); };
public bool AutoPage { get; set; }
member this.AutoPage : bool with get, set
Public Property AutoPage As Boolean

속성 값

Boolean

페이징을 자동으로 수행함을 나타내려면 true이고, 그렇지 않으면 false입니다.

적용 대상