SQLSelect.Status Property (Typed) | |
A hyperlabel object identifying the status after the last operation.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Status AS HyperLabel GET
public override HyperLabel Status { get; }
Request Example
View SourceProperty Value
Type:
HyperLabelA hyperlabel object identifying the status after the last operation.
Remarks
A hyperlabel object identifying the status after the last operation. If the last operation was successful, SQLSelect:Status returns NULL_OBJECT; if something went wrong, whether it raised an error condition or merely returned a failure code, SQLSelect:Status returns an informative hyperlabel object.
By accessing the properties of this hyperlabel, you can retrieve not only a description but also context-sensitive help on the condition that was raised.
Examples
The following examples invoke several Status access/assign methods of the data server:
1oServer:Status:Caption
2oServer:Status:Description
3oServer:Status:HelpContext
See Also