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