VB Проверьте, есть ли в строке столбец

    If DataRow.Table.Columns.Contains("column") Then
        MsgBox("YAY")
    End If
Dull Donkey