<< Click to Display Table of Contents >>

ConcurrentFirstRow

데이터 요청 시 처음 전송할 데이터의 행 수

Prototype

integer ConcurrentFirstRow

Reference

fetch 타입이 Concurrent일 경우에만 해당 속성이 적용됩니다.

Example

var ds = This.GetDataSet();

_DEBUG("ConcurrentFirstRow " + ds.ConcurrentFirstRow);