MasterDetailRelationAttribute.CheckChangesOnUpdate property

namespace: Serenity.Data.Mapping   assemblySerenity.Net.Data

Gets or sets a value indicating whether to check changes on update. Disable this if you are getting comparison errors.

public bool CheckChangesOnUpdate { get; set; }

Property Value

true if to check changes on update; otherwise, false.

See Also