Interface IRepositorySupportsTransaction
- Namespace
- JsonApiDotNetCore.Repositories
- Assembly
- JsonApiDotNetCore.dll
Used to indicate that an IResourceRepository<TResource, TId> supports execution inside a transaction.
[PublicAPI]
public interface IRepositorySupportsTransaction
Properties
TransactionId
Identifies the currently active transaction.
string? TransactionId { get; }