Click or drag to resize

CqlConnectionClose Method

Closes the connection to the database. This is the preferred method of closing any open connection.

Namespace:  Cassandra.Data
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public override void Close()

Implements

IDbConnectionClose
Exceptions
ExceptionCondition
DbExceptionThe connection-level error that occurred while opening the connection.
See Also