(From col In dt.Columns.Cast( Of System.Data.DataColumn) Where dt.AsEnumerable().All(Function(x) x.IsNull(Convert.ToString(col.ColumnName))) Select col.ColumnName).ToArray()
Could someone explain to me the code above?
I would be very grateful. I thank the aid in advance.