Posted By: qwert231 | Jun 29th @ 1:20 PM
page 1 of 1
Comments: 0 | Views: 352
qwert231
qwert231
M Kenyon

I'm looking to have a datatable expression column that uses a method in my code. So I would have something like this:

myDataSet.myDataTable.Columns.Add("ExpColumn", Type.GetType("System.String"), methodFromCode("Column1FromDataTable"))

Where can I find the correct syntax for that?

page 1 of 1
Comments: 0 | Views: 352
Microsoft Communities