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