Gets or sets the number of items displayed on each page of the DataView,
or the number of items to fetch in each query in virtual mode,
or 0 to disable paging.
Namespace:
C1.Data.DataSourceAssembly: C1.Data.Entity (in C1.Data.Entity.dll)
Syntax
C# |
---|
[DefaultValueAttribute()] [CategoryAttribute("Common")] public int PageSize { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute()> _ <CategoryAttribute("Common")> _ Public Property PageSize As Integer Get Set |
Remarks
If not in the virtual mode,
a non-zero page size will cause the number of entities loaded with each
Load()()()() operation to be limited, using server-side paging.