0
幫助我需要幫助的LINQ需要在LINQ
from refoffence in Ref_OffenceCodes join
offenceCodeMatrix in INF_OffenceCodeMatrixes on refoffence.OffenceCodeId equals offenceCodeMatrix.OffenceCodeId
where refoffence.Code=="1909"
select new {offenceCodeMatrix.StandardPenaltyUnits * offenceCodeMatrix.StandardDollarAmount }
我需要StandardPenaltyUnits和StandardDollarAmount結果的muliplication。
請調試查詢。