IHasCurrentTransaction interface
namespace: Serenity.Data assembly: Serenity.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, if any. |
See Also
- Source: IHasCurrentTransaction.cs