private void attach_RowRefs(RowRef entity) { this.SendPropertyChanging(); entity.DbRoot = this; }
private void detach_RowRefs(RowRef entity) { this.SendPropertyChanging(); entity.DbRoot = null; }