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