Enum AddOrUpdateResult
- Namespace
- LfrlAnvil
- Assembly
- LfrlAnvil.Core.dll
Represents a result of an operation that can either add a new element or update an existing one.
public enum AddOrUpdateResult : byte
- Extension Methods
Fields
Added = 0
Specifies that an operation ended with addition of a new element.
Updated = 1
Specifies that an operation ended with update of an existing element.