L
lucius
..NET Framework 2.0
I have a custom class inherits from DataTable. It has a method to "get
remote stuff" where it makes a web service call to a .NET 2.0 web
service that executes a TableAdapter. Now I need to just get the data
columns and rows from the TableAdapter into my lightweight class. I
think I want to do something like
RemoteTA.Call( param1 ).Rows.CopyTo
My DataTable does not have any columns or rows to start.
Thanks.
I have a custom class inherits from DataTable. It has a method to "get
remote stuff" where it makes a web service call to a .NET 2.0 web
service that executes a TableAdapter. Now I need to just get the data
columns and rows from the TableAdapter into my lightweight class. I
think I want to do something like
RemoteTA.Call( param1 ).Rows.CopyTo
My DataTable does not have any columns or rows to start.
Thanks.