Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 533 Bytes

DeltaOptions.md

File metadata and controls

20 lines (14 loc) · 533 Bytes

DeltaOptions enumeration

namespace: Serenity.Data   assemblySerenity.Net.Data

Delta options flags

[Flags]
public enum DeltaOptions

Values

name value description
Default 0x1 The default
IgnoreInvalidNewId 0x1 The ignore invalid new identifier

See Also