mysql - Entity Framework Add method not available -
i created ado.net entity data model mysql database. model not have add() or remove() method.

for connection tot mysql database i'm using mysql.data v.6.7.4.0 , mysql.data.entity v.6.7.4.0. in console project.
last week made project 1 , worked perfectly. don't know i'm missing now.
this happen if declared collection read-only collection type (probably iquyerable<t>).
change dbset<t>.
Comments
Post a Comment