SQLErrorInfo.ErrorFlag Property (Typed) | |
A logical value representing whether a SQL error has just occurred.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ErrorFlag AS LOGIC GET SET
public virtual bool ErrorFlag { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA logical value representing whether a SQL error has just occurred.
See Also