Initializing strongly typed objects in LINQ to Entities

前端 未结 5 1473
别跟我提以往
别跟我提以往 2020-12-16 01:40

I have a plain old CLR object which is essentially a wrapper for two entity framework objects, I\'m doing this so I can pass this wrapper object to a strongly typed view in

5条回答
  •  自闭症患者
    2020-12-16 02:01

    I found this useful what possible workarounds are there for "only parameterless constructors are support in Linq to Entites"

提交回复
热议问题