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