<< Click to Display Table of Contents >>
QueryString
A query statement.
Prototype
string QueryString
Reference
This property doesn't apply to the dataset created by using multi dataset or procedure dataset.
Example
var ds = This.GetDataSet();
_DEBUG("QueryString " + ds.QueryString);
See Also