Click or drag to resize

SQLStatement.ErrInfo Property (Typed)

X#
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 
Request Example View Source

Property Value

Type: SQLErrorInfo
An SQL statement error information (SQLErrorInfo) object. Use the error flag of the returned object to determine if an error occurred.
See Also