<< Click to Display Table of Contents >>
UseCompiledSQL
컴파일된 질의문 사용 여부
Prototype
bool UseCompiledSQL
Reference
멀티 데이터 셋, 프로시저 데이터 셋을 실행하여 생성된 데이터 셋에서는 해당 속성이 적용되지 않습니다.
Example
var ds = This.GetDataSet();
_DEBUG("UseCompiledSQL " + ds.UseCompiledSQL);
See Also