Interface IAsyncTransaction
Represents a transaction in the Neo4j database.
public interface IAsyncTransaction : IAsyncQueryRunner, IAsyncDisposable, IDisposable
- Inherited Members
- Extension Methods
Properties
- TransactionConfig
Gets the transaction configuration back.
Methods
- CommitAsync()
Asynchronously commit this transaction.
- RollbackAsync()
Asynchronously roll back this transaction.