IHasCurrentTransaction interface

namespace: Serenity.Data   assemblySerenity.Net.Data

Interfaces for types that has a CurrentTransaction property of type IDbTransaction

public interface IHasCurrentTransaction

Members

name description
CurrentTransaction { get; } Gets the current transaction

See Also