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?