There are two tables in two database
Promotion: code, source, broker
BrokerNo: Id, Name, BrokerNo
What I want to query are all BrokerNo.Name records satisfying the condition of Promotion.broker=BrokerNo.BrokerNo and Promotion.source=”asdf”
How to write the query statement using LINQ?
There are two tables in two database Promotion: code, source, broker BrokerNo: Id, Name,
Share
1 Answer