IRow.TrackAssignments property

namespace: Serenity.Data   assemblySerenity.Net.Entity

Gets or sets a value indicating whether to track assignments to field values.

public bool TrackAssignments { get; set; }

Property Value

true if assignments are tracked; otherwise, false.

See Also