Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 79901

Adding more than 1 Linked Entity to a C# plugin

$
0
0

Hi I have this Query here:

QueryExpression query = new QueryExpression();

query.EntityName = "invoicedetail";
query.ColumnSet.Columns.Add("f1_agreementinvoiceproduct");

query.LinkEntities.Add(new LinkEntity("invoicedetail", "invoice", "invoiceid", "invoiceid", JoinOperator.Inner));
query.LinkEntities[0].EntityAlias = "invoice";


How would I go an add another linked Entity onto this Query?


Viewing all articles
Browse latest Browse all 79901

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>