Opens the connection.
public abstract ValueTask<DbConnectionCloser> OpenConnectionAsync(
CancellationToken cancellationToken = default)
| parameter | description |
|---|---|
| cancellationToken | The cancellation token. |
An IDisposable that should be disposed when the connection should be closed.