BatchSize Property
- Last UpdatedAug 21, 2026
- 1 minute read
The number of rows to return per batch.
'Declaration
Public Property BatchSize As UInteger
'Usage
Dim instance As BaseQueryArgs
Dim value As UInteger
instance.BatchSize = value
value = instance.BatchSize
public uint BatchSize {get; set;}