<< Click to Display Table of Contents >>

UseCompiledSQL

Indicates whether to use compiled query.

Prototype

bool UseCompiledSQL

Example

var ds = This.GetMultiDataSet();

_DEBUG("UseCompiledSQL " + ds.UseCompiledSQL);

See Also

UseCompiledSQL