- Main Features
- Column Options
- Bulk Options
- Batch Operations
- Utilities
- Articles
- Troubleshooting
- Release Notes
Identity Options in EF Extensions
| Name | Description |
|---|---|
| InsertKeepIdentity | Gets or sets if the source identity value should be preserved on Insert. When not specified, identity values are assigned by the destination. |
| MergeKeepIdentity | Gets or sets if the source identity value should be preserved on Merge. When not specified, identity values are assigned by the destination. |
| SynchronizeKeepIdentity | Gets or sets if the source identity value should be preserved on Synchronize. When not specified, identity values are assigned by the destination. |
Author: ZZZ Projects