Dataset sent from one class to another

Asked

Viewed 50 times

0

Is there any component Ado equivalent to a recordset that I can send from one class to another in c#?

  • Normally, you can send any class to any other class in C#, via the constructor. Here’s an example of what you’re trying to do?

  • But I can not do by builder, because it would be a generic class.

  • There are other ways too, being by properties and templates, etc. Could provide a little more context (for example, source code or some attempt you have already made) to be able to better understand your doubt?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.