for example.
name of field:
f1 = "field1", f2 = "field2", f3 = "field3", f4 = "field4"
how can I update the value of f2 and f3 without changing the value of f1 and f4.
f2 = "new field2", f2 = "new field3"
the new value of fields are.
f1 = "field1", f2 = "new field2", f3 = "new field3", f4 = "field4"
by using linq.