Vb Check If Row Has Column

[Solved] Vb Check If Row Has Column | Vb - Code Explorer | yomemimo.com
Question : vb check if row has column

Answered by : dull-donkey-y00kf1me6p8b

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

Source : https://stackoverflow.com/questions/178712/how-do-i-find-out-if-a-column-exists-in-a-vb-net-datarow | Last Update : Fri, 25 Dec 20

Answers related to vb check if row has column

Code Explorer Popular Question For Vb