I have a ...parent entity... that I need to do a ...concurrency check... (as annotated as below) ...[Timestamp]
public byte[] RowVersion { get; set; }
...I have a bunch of ...client processes... that access ...readonly... values out of this ...parent enti...