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