LinkEntity Constructor (String, String, String, String, JoinOperator)
Applies To: Dynamics CRM 2015
Initializes a new instance of the LinkEntity class setting the required properties.
Namespace: Microsoft.Xrm.Sdk.Query
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public LinkEntity(
string linkFromEntityName,
string linkToEntityName,
string linkFromAttributeName,
string linkToAttributeName,
JoinOperator joinOperator
)
public:
LinkEntity(
String^ linkFromEntityName,
String^ linkToEntityName,
String^ linkFromAttributeName,
String^ linkToAttributeName,
JoinOperator joinOperator
)
new :
linkFromEntityName:string *
linkToEntityName:string *
linkFromAttributeName:string *
linkToAttributeName:string *
joinOperator:JoinOperator -> LinkEntity
Public Sub New (
linkFromEntityName As String,
linkToEntityName As String,
linkFromAttributeName As String,
linkToAttributeName As String,
joinOperator As JoinOperator
)
Parameters
linkFromEntityName
Type: System.StringType: String. The logical name of the entity to link from.
linkToEntityName
Type: System.StringType: String. The logical 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.
joinOperator
Type: Microsoft.Xrm.Sdk.Query.JoinOperatorType: JoinOperator. The join operator.
See Also
LinkEntity Overload
LinkEntity Class
Microsoft.Xrm.Sdk.Query Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright