Row<TFields>.TrackWithChecks property
namespace: Serenity.Data assembly: Serenity.Net.Entity
Gets or sets a value indicating whether [track with checks].
public bool TrackWithChecks { get; set; }
Property Value
true if [track with checks]; otherwise, false.
See Also
- class Row<TFields>