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