Home EntityDb.Abstractions.Transactions.Builders Namespace
Post
Cancel

EntityDb.Abstractions.Transactions.Builders Namespace

TODO: Add Namespace Description

Interfaces

ISingleEntityTransactionBuilder<TEntity> A transaction builder for a single entity.
ITransactionBuilder<TEntity> Provides a way to construct an ITransaction. Note that no operations are permanent until you call Build(Id) and pass the result to a transaction repository.
ITransactionBuilderFactory<TEntity> Represents a type used to create instances of ITransactionBuilder<TEntity> or ISingleEntityTransactionBuilder<TEntity>.
This post is licensed under CC BY 4.0 by the author.