Typed DataSet with independent data provider?

H

Hamed

Hello

I have a project (class library) for data layer of my solution that uses
Typed DataSet.
I want the Typed DataSet to be independent of the data provider.

Is it possible to use Typed DataSet while the data provider is identified in
app.config or web.config?

Regards
Hamed
 
C

Cor Ligthert[MVP]

Hamed,

A typed dataset is nothing more than a type (class), what would it have to
do with the data provider (It is not complete clear for me what you mean
with the later, but there is not any place you can do that without late
binding).

Or simple use different classes.

Cor
 

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

Top