Skip to content

WrappedConnection.CurrentTransaction property

Gets the current transaction.

public IDbTransaction? CurrentTransaction { get; }

Property Value

The current transaction.

See Also