DbConnector.OpenConnection method

Opens the connection.

public abstract DbConnectionCloser OpenConnection()

Return Value

An IDisposable that should be disposed when the connection should be closed.

See Also