IHasActualTransaction interface

namespace: Serenity.Data   assemblySerenity.Net.Data

Interfaces for types that has an ActualTransaction property of type IDbTransaction

public interface IHasActualTransaction

Members

name description
ActualTransaction { get; } Gets the actual transaction

See Also