linq to mysql and System.Data.Linq.DataContext

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
KW
Posts: 135
Joined: Tue 19 Feb 2008 19:12

linq to mysql and System.Data.Linq.DataContext

Post by KW » Thu 22 Jan 2009 20:16

Is there anyway to convert the DataContext generated by the entity developer to a System.Data.Linq.DataContext?

I want to use CSLA ( a business objects framework ) with mysql as the data access layer. However, one of the classes insists on using the System.Data.linq.DataConext.

The error I receive is " There is no implicit reference conversion from "DataContext.DataContext" to 'System.Data.Linq.DataContext"

Is there anyway to implement a conversion of some sort? Or does the CSLA code need to extend to include your class?

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Fri 23 Jan 2009 09:46

Unfortunately, we have no technical possibility to implement such a conversion.
But you can contact CSLA .NET developers on the question of adding other data contexts support.

Post Reply