Skip to content

DeltaOptions enumeration

namespace: Serenity.Data   assemblySerenity.Net.Services

Delta options flags.

[Flags]
public enum DeltaOptions

Values

name value description
Default 0x1 The default options.
IgnoreInvalidNewId 0x1 Ignore new item identifiers that are not present in the old list.

See Also