<< Click to Display Table of Contents >>
ConcurrentFirstRow
데이터 요청 시 처음 전송할 데이터의 행 수
Prototype
integer ConcurrentFirstRow
Reference
fetch 타입이 Concurrent일 경우에만 해당 속성이 적용됩니다.
Example
var ds = This.GetDataSet();
_DEBUG("ConcurrentFirstRow " + ds.ConcurrentFirstRow);
See Also
Concurrent 첫 전송 Row(파일 스토어 XML 데이터 셋), Concurrent 첫 전송 Row(HTTP 스토어 XML 데이터 셋)