SQLErrorInfo.ErrorMessage Property (Typed) | |
A string that contains the SQL error message.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ErrorMessage AS STRING GET SET
public virtual string ErrorMessage { get; set; }
Request Example
View SourceProperty Value
Type:
StringA string that contains the SQL error message.
See Also