CqlConnectionClose Method |
Closes the connection to the database. This is the preferred method of closing any open connection.
Namespace: Dse.DataAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntax public override void Close()
Implements
IDbConnectionCloseExceptions Exception | Condition |
---|
DbException | The connection-level error that occurred while opening the connection. |
See Also