Monday, May 4, 2015

Dynamically add column to data table

http://forums.asp.net/t/369778.aspx?How+to+set+a+DataColumn+s+DataType+

Customer.Columns.Add(New DataColumn("CustomerCatagoryID", GetType(Integer)))

No comments:

Post a Comment