[]
        
(Showing Draft Content)

C1.Data.PagingView-1.LoadSize

LoadSize Property

LoadSize

Gets or sets a value controling the number of entities to load in one batch.

Declaration
public int LoadSize { get; set; }
Remarks

Entities will be loaded using the multiple of PageSize nearest LoadSize. This allows multiple pages to be loaded at once without loading partial pages.