csharp Epicor 10.1 - 获得价值或0

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp Epicor 10.1 - 获得价值或0相关的知识,希望对你有一定的参考价值。

    decimal PartsPerContainer =
        (from p in Db.Part.With(LockHint.NoLock)
        where p.Company == ttPartTranRow.Company && p.PartNum == ttPartTranRow.PartNum
        select p.PartsPerContainer).DefaultIfEmpty(0).First();

    ttPartTranRow["Number01"] = PartsPerContainer;

以上是关于csharp Epicor 10.1 - 获得价值或0的主要内容,如果未能解决你的问题,请参考以下文章

csharp Epicor标准练习片段

csharp Epicor UD Entry KeyField

csharp 的Epicor-WCF-j.cs

csharp 创建Epicor BO Instace WCF

csharp Epicor:从午夜到实际时间转换秒数

csharp Epicor - 在订单输入中检查零件详细信息