SQLConnection.Reconnect Method (Typed) | |
Disconnect the current user from a data source; if connected; then, connect.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD Reconnect() AS LOGIC
public virtual bool Reconnect()
Request Example
View SourceReturn Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
See Also