ImportMode
- Namespace:
PPDS.Migration.Import - Assembly:
PPDS.Migration - Kind: Enum
- Implements:
IComparable,IConvertible,IFormattable,ISpanFormattable
Summary
Import mode for handling records.
Members
Fields
Create
ImportMode Create
Create new records only. Fails if record exists.
Skip
ImportMode Skip
Skip this entity entirely during import.
Update
ImportMode Update
Update existing records only. Fails if record doesn't exist.
Upsert
ImportMode Upsert
Create or update records as needed.