Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 27350ca

Browse files
committedMar 2, 2023
Clarify documentation
1 parent ed0c42e commit 27350ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/JsonApiDotNetCore/Resources/IResourceDefinition.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,9 @@ Task OnAddToRelationshipAsync(TResource leftResource, HasManyAttribute hasManyRe
241241
/// </para>
242242
/// </summary>
243243
/// <param name="leftResource">
244-
/// The original resource as retrieved from the underlying data store. The indication "left" specifies that <paramref name="hasManyRelationship" /> is
245-
/// declared on <typeparamref name="TResource" />. Be aware that for performance reasons, not the full relationship is populated, but only the subset of
246-
/// resources to be removed.
244+
/// Identifier of the left resource. The indication "left" specifies that <paramref name="hasManyRelationship" /> is declared on
245+
/// <typeparamref name="TResource" />. In contrast to other relationship methods, only the left ID and only the subset of right resources to be removed
246+
/// are retrieved from the underlying data store.
247247
/// </param>
248248
/// <param name="hasManyRelationship">
249249
/// The to-many relationship being removed from.

0 commit comments

Comments
 (0)
Please sign in to comment.