SQLConnection.Status Property (Typed) | |
A hyperlabel of the SQLConnection object containing the error message, or NULL_OBJECT, if no error has occurred.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Status AS HyperLabel GET
public virtual HyperLabel Status { get; }
Request Example
View SourceProperty Value
Type:
HyperLabelA hyperlabel of the SQLConnection object containing the error message, or NULL_OBJECT, if no error has occurred.
See Also