Property PageSize
PageSize
Gets or sets the number of rows (records) to fetch per chunk.
Declaration
public int PageSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The number of rows (records) to fetch per chunk. |