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

属性值

如果指示分页自动完成,则为 true;否则为 false

适用于