SQLErrorInfo.ErrorMessageLen Property (Typed) | |
A numeric value that represents the SQL error message length.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ErrorMessageLen AS LONG GET
public virtual int ErrorMessageLen { get; }
Request Example
View SourceProperty Value
Type:
LongA numeric value that represents the SQL error message length.
See Also