<< Click to Display Table of Contents >>
QueryTimeout
Query execution timeout.
Prototype
integer QueryTimeout
Reference
Set to a value between 0 and 2147483647.
Example
var ds = This.GetDataSet();
_DEBUG("QueryTimeout " + ds.QueryTimeout);
See Also