<< Click to Display Table of Contents >>
FlushDataBeforeBinding
데이터 셋 바인딩 후에 출력 스트림 버퍼에 있는 데이터를 전송한 후 버퍼를 비울지 여부
Prototype
bool FlushDataBeforeBinding
Example
var ds = This.GetDataSet();
_DEBUG("FlushDataBeforeBinding " + ds.FlushDataBeforeBinding);
See Also
바인딩 전 데이터 보내기(파일 스토어 CSV 데이터 셋), 바인딩 전 데이터 보내기(HTTP 스토어 CSV 데이터 셋)