dataSet.Tables.Cast(Of DataTable)().ToList()
I have a series of SQLQuery activities and I'm attempting to join the results of the dataset together.
I'm using a ForEach<DataTable> activity and for each item in dataSet.Tables.Cast(Of DataTable)().ToList() is causing this error:
Reference to a non-shared member requires an object reference?
Can someone comment on this please?
Walter
0
-
Could the name of your dataset variable be the cause of the issue? What if you rename dataSet to e.g. dataSet1 ? 0 -
Hello,
I'm working on performing the same type of activity but can not figure out how to perform the join in the ForEach. Can you share your workflow or how you accomplished this?
Thanks!0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare