LinkEntity.AddLink Method (String, String, String)
Applies To: Dynamics CRM 2015
Adds a link, setting the link to entity name, the link from attribute name and the link to attribute name.
Namespace: Microsoft.Xrm.Sdk.Query
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public LinkEntity AddLink(
string linkToEntityName,
string linkFromAttributeName,
string linkToAttributeName
)
public:
LinkEntity^ AddLink(
String^ linkToEntityName,
String^ linkFromAttributeName,
String^ linkToAttributeName
)
member AddLink :
linkToEntityName:string *
linkFromAttributeName:string *
linkToAttributeName:string -> LinkEntity
Public Function AddLink (
linkToEntityName As String,
linkFromAttributeName As String,
linkToAttributeName As String
) As LinkEntity
Parameters
linkToEntityName
Type: System.StringType: String. The name of the entity to link to.
linkFromAttributeName
Type: System.StringType: String. The name of the attribute to link from.
linkToAttributeName
Type: System.StringType: String. The name of the attribute to link to.
Return Value
Type: Microsoft.Xrm.Sdk.Query.LinkEntity
Type: LinkEntity
The link entity that was created.
See Also
AddLink Overload
LinkEntity Class
Microsoft.Xrm.Sdk.Query Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright