<< Click to Display Table of Contents >>
UseCompiledSQL
Indicates whether to use compiled query.
Prototype
bool UseCompiledSQL
Reference
This property doesn't apply to the dataset created by using multi dataset or procedure dataset.
Example
var ds = This.GetDataSet();
_DEBUG("UseCompiledSQL " + ds.UseCompiledSQL);
See Also