<< Click to Display Table of Contents >>

ConcurrentFetchSize

Fetch size for result dataset at a time.

Prototype

integer ConcurrentFetchSize

Reference

This property applies to only the concurrent mode of fetch.

Example

var ds = This.GetDataSet();

_DEBUG("ConcurrentFetchSize " + ds.ConcurrentFetchSize);

See Also

ConcurrentFetchSize