Skip to content

IHasCurrentTransaction interface

namespace: Serenity.Data   assemblySerenity.Net.Services

Interface for types that have a CurrentTransaction property of type IDbTransaction.

public interface IHasCurrentTransaction

Members

name description
CurrentTransaction { get; } Gets the current transaction.

See Also