public void CopyNoAssignment(Row source, Row target) { Copy(source, target); target.ClearAssignment(this); }