Skip to content

IHasActualTransaction interface

namespace: Serenity.Data   assemblySerenity.Net.Services

Interface for types that have an ActualTransaction property of type IDbTransaction.

public interface IHasActualTransaction

Members

name description
ActualTransaction { get; } Gets the actual transaction.

See Also