Skip to content

Commit 6f0cd9d

Browse files
committed
Merge branch 'phecke-entity-ref' of https://github.com/MicrosoftDocs/powerapps-docs-pr into phecke-entity-ref
2 parents 3eee551 + d666be2 commit 6f0cd9d

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

powerapps-docs/developer/data-platform/reference/about-entity-reference.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This reference includes only those tables where:
2020
- **IsPrivate** equals `false`
2121
- This excludes tables where no external use cases exist.
2222

23-
- **IsIntersect** equals `false` or **IsIntersect** equals `true` and the table contains more than 4 columns.
23+
- **IsIntersect** equals `false` or **IsIntersect** equals `true` and the table contains more than 4 columns.
2424
- Most intersect tables contain just the 4 columns necessary to support the Many-to-Many relationship. They are not useful. Intersect tables with more than four columns are more interesting.
2525

2626
To view information about all tables in your environment, see [Browse tables definitions in your environment](../browse-your-metadata.md).
@@ -81,7 +81,7 @@ Includes these `OneToManyRelationship` properties:
8181

8282
### Many-to-many relationships
8383

84-
Each many-to-many relationship includes [Entity1LogicalName](/dotnet/api/microsoft.xrm.sdk.metadata.manytomanyrelationshipmetadata.entity1logicalname) and [Entity2LogicalName](/dotnet/api/microsoft.xrm.sdk.metadata.manytomanyrelationshipmetadata.entity2logicalname). For this documentation, relationship details are provided in the context of the current table.
84+
Each many-to-many relationship includes [Entity1LogicalName](/dotnet/api/microsoft.xrm.sdk.metadata.manytomanyrelationshipmetadata.entity1logicalname) and [Entity2LogicalName](/dotnet/api/microsoft.xrm.sdk.metadata.manytomanyrelationshipmetadata.entity2logicalname). For this documentation, relationship details are provided in the context of the current table. Whether it is `Entity1` or `Entity2` isn't really important.
8585

8686
For each many-to-many relationship the following properties are included:
8787

@@ -95,7 +95,7 @@ For each many-to-many relationship the following properties are included:
9595
|`AssociatedMenuConfiguration`|Data used by model-driven apps to control whether and how the second table data can be accessed in the UI from this table.|
9696

9797

98-
In the rare case where a many-to-many relationship is self-referencing, such as for [Connection Role (ConnectionRole) connectionroleassociation_association](entities/connectionrole.md#BKMK_connectionroleassociation_association)
98+
In the rare case where a many-to-many relationship is self-referencing, such as for [Connection Role (ConnectionRole) connectionroleassociation_association](entities/connectionrole.md#BKMK_connectionroleassociation_association), `Entity1` or `Entity2` is prepended to the property.
9999

100100
|Property|Value|
101101
|---|---|
@@ -106,8 +106,4 @@ In the rare case where a many-to-many relationship is self-referencing, such as
106106
|`Entity1AssociatedMenuConfiguration`|Data used by model-driven apps to control whether and how the second table data can be accessed in the UI from this table as the first table.|
107107
|`Entity2AssociatedMenuConfiguration`|Data used by model-driven apps to control whether and how the second table data can be accessed in the UI from this table as the second table|
108108

109-
110-
111-
112-
113109
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)