MySQLDependency and Entity Framework

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

MySQLDependency and Entity Framework

Post by Zero-G. » Mon 15 Apr 2019 14:36

Hey

Is there any tutorial, how I could implement the MySQLDependency Class https://www.devart.com/dotconnect/mysql ... dency.html
with Entity Framework!?

Would be happy for every kind of help

THX

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: MySQLDependency and Entity Framework

Post by Pinturiccio » Wed 17 Apr 2019 15:02

Unfortunately, we do not have such tutorials. You can look at tutorials for SQL Server, and create similar code for MySqlDependency. For more information, please refer to
https://code.msdn.microsoft.com/How-to- ... y-5c0da0b3
https://www.codeproject.com/Articles/49 ... mework-5-0

Gamin33
Posts: 1
Joined: Fri 24 May 2019 12:26

Re: MySQLDependency and Entity Framework

Post by Gamin33 » Fri 24 May 2019 12:29

Pinturiccio wrote: Wed 17 Apr 2019 15:02 Unfortunately, we do not have such tutorials. You can look at tutorials for SQL Server, and create similar code for MySqlDependency. For more information, please refer to
https://code.msdn.microsoft.com/How-to- ... y-5c0da0b3 Rachat prêt
https://www.codeproject.com/Articles/49 ... mework-5-0
Ok thank you very much for the links that you shared

Post Reply