IRow.TrackWithChecks property

namespace: Serenity.Data   assemblySerenity.Net.Entity

Gets or sets a value indicating whether track assignments to field values, and raise an exception if an unassigned field is tried to read.

public bool TrackWithChecks { get; set; }

Property Value

true if track with checks; otherwise, false.

See Also