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?
– brazilianldsjaguar
But I can not do by builder, because it would be a generic class.
– Germano Sampaio
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?
– brazilianldsjaguar