【发布时间】:2019-05-01 16:48:38
【问题描述】:
假设我有这个:
<entity name = "account">
...
...
<link-entity name="opportunity" from ="accountid" to ="accountid" link-type="outer">
我如何知道这是left outer join、right outer join 还是full outer join?
【问题讨论】:
标签: dynamics-crm fetchxml