SqlCeConnection::Close Method

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

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

public:
virtual void Close() override

Implements

IDbConnection::Close()

The Close method rolls back any pending transactions and then releases the connection. If Close is called while handling a StateChange event, no additional StateChange events are fired.

An application can call Close more than one time. No exception is generated.

The following example creates a SqlCeConnection, opens it, executes a query, and then closes the connection.

No code example is currently available or this language may not be supported.
Show: