CrmEntity.SetRelatedEntities Method
Applies To: Dynamics CRM 2013
Sets the collection of related entity instances for the specified relationship.
Namespace: Microsoft.Xrm.Client
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Overload List
Name | Description | |
---|---|---|
SetRelatedEntities<TEntity>(String, Nullable<EntityRole>, IEnumerable<TEntity>) | (Inherited from Entity.) |
|
SetRelatedEntities<TEntity>(String, String, IEnumerable<TEntity>) | Sets the collection of related entity instances for the specified relationship. |
|
SetRelatedEntities<TEntity>(String, String, Nullable<EntityRole>, IEnumerable<TEntity>) | Sets the collection of related entity instances for the specified relationship. |
See Also
CrmEntity Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top