Hi all,
*I’m trying to add a data column with the invoke method so that the new Column is added before a specific column. I’m getting an error.
*I’d like to assign 3 columns to the new column, wrote something like this:
dt.Columns(“NewColumn”).Expression=“Trim([FirstName] + ’ ’ + TRIM[LastName] + ’ ’ + TRIM[ID])”
Is there a better way?
Any help would be highly appreciated.
Thank you!