OrganizationServiceProxy.AssociateCore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For internal use only.
protected public:
virtual void AssociateCore(System::String ^ entityName, Guid entityId, Microsoft::Xrm::Sdk::Relationship ^ relationship, Microsoft::Xrm::Sdk::EntityReferenceCollection ^ relatedEntities);
protected internal virtual void AssociateCore (string entityName, Guid entityId, Microsoft.Xrm.Sdk.Relationship relationship, Microsoft.Xrm.Sdk.EntityReferenceCollection relatedEntities);
abstract member AssociateCore : string * Guid * Microsoft.Xrm.Sdk.Relationship * Microsoft.Xrm.Sdk.EntityReferenceCollection -> unit
override this.AssociateCore : string * Guid * Microsoft.Xrm.Sdk.Relationship * Microsoft.Xrm.Sdk.EntityReferenceCollection -> unit
Protected Friend Overridable Sub AssociateCore (entityName As String, entityId As Guid, relationship As Relationship, relatedEntities As EntityReferenceCollection)
Parameters
- entityName
- String
- entityId
- Guid
- relationship
- Relationship
- relatedEntities
- EntityReferenceCollection