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