c# - Using Entity Framework with MyIsam tables -


There is a question about the unit framework and MyIsam tables.

MyIsam tables are included in my production database, often with a primary key like URIID and then a secondary key ID that is free incremental.

Secondary auto incremantary keys are not allowed in InnoDb, and there can be many things to get rid of them before converting, I think instead of using MyIsam tables with unit framework I am here.

The question is, how do I set it? There will be no relationships with foreign key while adding tables to the EF model. I tried to add entities manually but always with some errors Is it possible even when using a Secondary Auto Inference Key?

If someone can try to help me then I would be very grateful.

Thanks

/ Andreas

Unknowingly It was not difficult at all. I think that I do not understand how to use the referred obstacles anyway, for the future reference and the people who seek this question:

Just add a collaboration between the institutions and then the desired unit Add a contextual barrier using keys, key without secondary auto increment. It also works.


Comments