WrappedConnection.CurrentTransaction property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets the current transaction.

public IDbTransaction CurrentTransaction { get; }

Property Value

The current transaction.

See Also