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. |