Entity Framework Extensions Identity
| 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. |
ZZZ Projects