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