<< Click to Display Table of Contents >>

IgnoreQueryError

Whether to ignore query errors.

Prototype

bool IgnoreQueryError

Reference

If an error occurs during query execution, sends an empty data set.

Example

var ds = This.GetDataSet();

_DEBUG("IgnoreQueryError " + ds.IgnoreQueryError);

See Also

Ignore Query Errors