Home IAppendCommandTransactionStep Interface
Post
Cancel

IAppendCommandTransactionStep Interface

Definition

Namespace: EntityDb.Abstractions.Transactions.Steps
Assembly: EntityDb.Abstractions

Represents a transaction step that appends a command.

1
public interface IAppendCommandTransactionStep : EntityDb.Abstractions.Transactions.Steps.ITransactionStep

Properties

Command The command that needs to be appended.
PreviousEntityVersionNumber The expected version number of the command committed before this one.
This post is licensed under CC BY 4.0 by the author.