Custom DataProvider
Posted: Mon 05 Sep 2011 13:05
I want to create a custom dataprovider and use Custom Connection object which implements IDbConnection interface.
The problem is that LinqConnect seems to cast my ConnectionObject to DbConnection object in DataProvider.ExecuteQuery method.
Is it possible to use the Custom Connection Object which does not iherit from DbConnection but only implements IDbConnection interface ?
Regards
Piotr Wójcicki
The problem is that LinqConnect seems to cast my ConnectionObject to DbConnection object in DataProvider.ExecuteQuery method.
Is it possible to use the Custom Connection Object which does not iherit from DbConnection but only implements IDbConnection interface ?
Regards
Piotr Wójcicki