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