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