I want to use an ORM to retrieve some data from The SQLServer such as user permissions. I am using ArcObjects SDK 10.4 .
Although I have added the EntityFramework 6.0 and my tables to a model , but in runtime it says there is not any ConnectionString Name for my Context.
Is is possible to use EF in ArcObjects?
asked Jul 7, 2018 at 6:35
-
2as long as your data isn't versioned--it should be doable. It sounds like EF can't find the connection string--you should probably read through this Q&A: gis.stackexchange.com/questions/9001/… .JC5577– JC55772018年07月07日 10:16:19 +00:00Commented Jul 7, 2018 at 10:16
-
I finally was forced to use The DataSet(.ext) insted of EF..It works for me.Bahman Rashidi– Bahman Rashidi2018年07月08日 10:07:23 +00:00Commented Jul 8, 2018 at 10:07