<< Click to Display Table of Contents >>
ConcurrentFetchSize
Fetch buffer size in bytes for concurrent mode of fetch.
Prototype
integer ConcurrentFetchSize
Reference
Works only for fetching from concurrent binding.
Example
var dm = This.GetDataModule();
_DEBUG("ConcurrentFetchSize " + dm.ConcurrentFetchSize);
See Also