- Main Features
- Column Options
- Bulk Options
- Batch Operations
- Events
- Utilities
- C# Eval Expression
- Articles
- Troubleshooting
- Release Notes
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. |
Author: ZZZ Projects