作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
parcelas = (from docuRec in Dados.DOCUREC
where docuRec.CODALUNO == codAluno && docuRec.CODESCOLA == codEscola &&
(configBoleto.DtVencimentoInicial >= (docuRec.VENCESP != null ?
new DateTime(docuRec.DTVENCIMENTO.Year, docuRec.DTVENCIMENTO.Month, docuRec.VENCESP.Value) :
docuRec.DTVENCIMENTO))
select docuRec);
Only parameterless constructors and initializers are supported in LINQ to Entities
谁能帮帮我?
最佳答案
在 L2E 中,您必须让所有实体至少定义一个无参数构造函数。这是必要的,因为序列化程序必须创建对象的实例,并且它不知道要传递什么参数;
序列化程序然后单独设置每个属性。
我的猜测是 Dados.DOCUREC
没有定义这样的构造函数。
关于c# - LINQ to Entities 仅支持无参数构造函数和初始值设定项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4217956/
我想成为 Spark 纱客户(link)。是否需要安装hadoop?还是只安装 yarn 可以吗? (by this link) 最佳答案 No Spark不需要Hadoop即可运行。 Apache
我是一名优秀的程序员,十分优秀!