SQLStatement.ErrInfo Property | |
An SQL statement error information (SQLErrorInfo) object. Use the error flag of the returned object to determine if an error occurred.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ErrInfo AS USUAL GET SET
public virtual Usual ErrInfo { get; set; }
Request Example
View SourceProperty Value
Type:
UsualAn SQL statement error information (SQLErrorInfo) object. Use the error flag of the returned object to determine if an error occurred.
See Also