You should try
if (row.Table.Columns.Contains("US_OTHERFRIEND"))
I don’t believe that row has a columns property itself.
You should try
if (row.Table.Columns.Contains("US_OTHERFRIEND"))
I don’t believe that row has a columns property itself.