ImportStrategy
Namespace: Meshmakers.Octo.Runtime.Contracts.Exchange
Defines the import strategy
public enum ImportStrategy
Inheritance Object → ValueType → Enum → ImportStrategy
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Insert | 0 | Inserts only data to repository, if an entity or association with the same ID already exists, an error is thrown. |
| Upsert | 1 | Inserts or updates a repository |