Search This Blog

Thursday, March 10, 2011

Reminder - Enumerating column names of a dataviewrow

So that I don't waste another hour trying to remember this ... to quickly enumerate the column names in a DataRowView object, use this collection.

((System.Data.DataRowView)(data_userBindingSource.Current)).Row.Table.Columns

No comments: