Gets or sets the number of items that will be requested when a data request query is sent to the server.
public int PageSize {get; set;}
'Declaration
Public Property PageSize As Integer
'Usage
Dim instance As DataSourceProvider
Dim value As Integer
instance.PageSize = value
value = instance.PageSize
Property Value
A value representing the number of items that will be requested when a data query is sent to the server. By default, 0, indicating no limit.
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2