SQLConnection.Connected Property (Typed) | |
A logical value representing whether the SQL connection object is connected.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Connected AS LOGIC GET
public virtual bool Connected { get; }
Request Example
View SourceProperty Value
Type:
LogicA logical value representing whether the SQL connection object is connected.
See Also