We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9583339 commit f921e5cCopy full SHA for f921e5c
dataverse/orgsvc/CSharp-NETCore/Relationships/AssociateDisassociate/Program.cs
@@ -9,7 +9,7 @@ namespace PowerPlatform_Dataverse_CodeSamples
9
{
10
internal class Program
11
12
- // <AssociateDisassociate>
+ // <snippetAssociateDisassociate>
13
/// <summary>
14
/// Associate a primary entity with one or more other entities,
15
/// then remove the association.
@@ -51,7 +51,7 @@ EntityReferenceCollection relatedEntities
51
return false;
52
}
53
54
- // </AssociateDisassociate>
+ // </snippetAssociateDisassociate>
55
56
57
/// Contains the application's configuration settings.
0 commit comments