Can I not pass DataView across .NET Remoting?

  • Thread starter Thread starter Ronald S. Cook
  • Start date Start date
Hi Ron,

No, DataView is not marked as Serializable.

BTW, it doesn't contain any data, just a "view" of the data. So, you could
just send the RowFilter, RowStateFilter and Sort values and recreate the
DataView at the server.

If you need to send the data as well then send the DataTable.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top