Enum ApplyFlag
Apply detached object properties flags
Namespace: XData
Assembly: XData.docfx.dll
Syntax
[Flags]
public enum ApplyFlag
Fields
Name | Description |
---|---|
AddWhenNotFound | Add new entity when not found in DB |
CopyReadOnlyProperties | Copy readonly properties |
Default | Default apply values behavior
Add a new entity to repository when keys has empty values Or try to find object in DB by key and concurrency token values and throw concurrency exception when not found Then copy all object properties to found or a new object, or properties restricted by optional properties parameter |
ExceptProperties | Copy all properties EXCEPT listed in optional properties parameter |
IgnoreConcurrency | Ignore concurrency token on find |