LinkEntity Members

Specifies the links between multiple entity types used in creating complex queries.

The following tables list the members exposed by the LinkEntity type.

Public Constructors

  Name Description
  LinkEntity Overloaded. Initializes a new instance of the LinkEntity class.

Top

Public Properties

  Name Description
public property Columns Gets or sets the column set.
public property EntityAlias Gets or sets the alias for the entity.
public property ExtensionData Gets or sets the structure that contains extra data.
public property JoinOperator Gets or sets the join operator.
public property LinkCriteria Gets or sets the complex condition and logical filter expressions that filter the results of the query.
public property LinkEntities Gets the links between multiple entity types.
public property LinkFromAttributeName Gets or sets the logical name of the attribute of the entity that you are linking from.
public property LinkFromEntityName Gets or sets the logical name of the entity that you are linking from.
public property LinkToAttributeName Gets or sets the logical name of the attribute of the entity that you are linking to.
public property LinkToEntityName Gets or sets the logical name of the entity that you are linking to.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method AddLink Overloaded. Adds a link.
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

LinkEntity Class
Microsoft.Xrm.Sdk.Query Namespace
LinkEntities

Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.