JetBrains dotPeek IDE无法反编译Entity Framework select语句的代码

问题描述

我有一个包含.NET实体框架代码的dll。我正在尝试从给定的dll生成代码。我正在使用JetBrains dotpeek这样做。但是部分代码无效,我无法猜测实际上可能是正确的源代码

这是无效的代码

ParameterExpression parameterExpression;
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            // ISSUE: method reference
            System.Collections.Generic.List<PayrollRightsObligationDTOS> list = this.dbContext.PayrollRightsObligations.Select<PayrollRightsObligation,PayrollRightsObligationDTOS>(Expression.Lambda<Func<PayrollRightsObligation,PayrollRightsObligationDTOS>>((Expression) Expression.MemberInit(Expression.New(typeof (PayrollRightsObligationDTOS)),(MemberBinding) Expression.Bind((MethodInfo) MethodBase.getmethodFromHandle(__methodref (PayrollRightsObligationDTOS.set_PayrollROId)),)))); //unable to render the statement
            

请让我知道如何获取等效的正确代码

谢谢。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)