Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/entity-framework/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Entity framework IronPython 2.6与ADO.NET实体的集成程度如何?_Entity Framework_Ironpython - Fatal编程技术网

Entity framework IronPython 2.6与ADO.NET实体的集成程度如何?

Entity framework IronPython 2.6与ADO.NET实体的集成程度如何?,entity-framework,ironpython,Entity Framework,Ironpython,如果我要用IronPython 2.6编写一个应用程序,那么使用ADO.NET实体作为DAL有多容易?有人能举个例子吗?根据,答案是否定的 看起来您可以用C#编写整个DAL,并从IronPython调用这些方法,但IronPython中不会有任何linq支持

如果我要用IronPython 2.6编写一个应用程序,那么使用ADO.NET实体作为DAL有多容易?有人能举个例子吗?

根据,答案是否定的

看起来您可以用C#编写整个DAL,并从IronPython调用这些方法,但IronPython中不会有任何linq支持