Skip to content

WrappedConnection.ActualConnection property

Gets the actual connection instance.

public IDbConnection ActualConnection { get; }

Property Value

The actual connection.

See Also