Typed DataSet with independent data provider?

  • Thread starter Thread starter Hamed
  • Start date Start date
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
 
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
 
Back
Top