You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -739,7 +739,7 @@ public IPagedQueryResult<IEnumerable<TResult>> GroupBy<TEntity, TGroupKey, TResu
739
739
/// </summary>
740
740
/// <typeparam name="TEntity">The type of the of the entity.</typeparam>
741
741
/// <param name="cancellationToken">A <see cref="T:System.Threading.CancellationToken" /> to observe while waiting for the task to complete.</param>
742
-
/// <param name="fetchStrategy">Defines the child objects that should be retrieved when loading the entity</param>
742
+
/// <param name="fetchStrategy">Defines the child objects that should be retrieved when loading the entity.</param>
743
743
/// <param name="keyValues">The values of the primary key for the entity to be found.</param>
744
744
/// <returns>The <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation, containing the entity found in the repository.</returns>
@@ -384,7 +384,7 @@ protected override Task<Dictionary<TKey, TElement>> ToDictionaryAsync<TSource, T
384
384
/// </summary>
385
385
/// <typeparam name="TEntity">The type of the of the entity.</typeparam>
386
386
/// <param name="cancellationToken">A <see cref="T:System.Threading.CancellationToken" /> to observe while waiting for the task to complete.</param>
387
-
/// <param name="fetchStrategy">Defines the child objects that should be retrieved when loading the entity</param>
387
+
/// <param name="fetchStrategy">Defines the child objects that should be retrieved when loading the entity.</param>
388
388
/// <param name="keyValues">The values of the primary key for the entity to be found.</param>
389
389
/// <returns>The <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation, containing the entity found in the repository.</returns>
@@ -387,7 +387,7 @@ protected override Task<Dictionary<TKey, TElement>> ToDictionaryAsync<TSource, T
387
387
/// </summary>
388
388
/// <typeparam name="TEntity">The type of the of the entity.</typeparam>
389
389
/// <param name="cancellationToken">A <see cref="T:System.Threading.CancellationToken" /> to observe while waiting for the task to complete.</param>
390
-
/// <param name="fetchStrategy">Defines the child objects that should be retrieved when loading the entity</param>
390
+
/// <param name="fetchStrategy">Defines the child objects that should be retrieved when loading the entity.</param>
391
391
/// <param name="keyValues">The values of the primary key for the entity to be found.</param>
392
392
/// <returns>The <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation, containing the entity found in the repository.</returns>
Copy file name to clipboardExpand all lines: src/DotNetToolkit.Repository/Configuration/IRepositoryContextAsync.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ public interface IRepositoryContextAsync : IRepositoryContext, IDisposable
50
50
/// <typeparam name="TEntity">The type of the of the entity.</typeparam>
51
51
/// <param name="cancellationToken">A <see cref="System.Threading.CancellationToken" /> to observe while waiting for the task to complete.</param>
52
52
/// <param name="keyValues">The values of the primary key for the entity to be found.</param>
53
-
/// <param name="fetchStrategy">Defines the child objects that should be retrieved when loading the entity</param>
53
+
/// <param name="fetchStrategy">Defines the child objects that should be retrieved when loading the entity.</param>
54
54
/// <returns>The <see cref="System.Threading.Tasks.Task" /> that represents the asynchronous operation, containing the entity found in the repository.</returns>
Copy file name to clipboardExpand all lines: src/DotNetToolkit.Repository/Configuration/LinqRepositoryContextBaseAsync.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ public abstract class LinqRepositoryContextBaseAsync : LinqRepositoryContextBase
91
91
/// <typeparam name="TEntity">The type of the of the entity.</typeparam>
92
92
/// <param name="cancellationToken">A <see cref="System.Threading.CancellationToken" /> to observe while waiting for the task to complete.</param>
93
93
/// <param name="keyValues">The values of the primary key for the entity to be found.</param>
94
-
/// <param name="fetchStrategy">Defines the child objects that should be retrieved when loading the entity</param>
94
+
/// <param name="fetchStrategy">Defines the child objects that should be retrieved when loading the entity.</param>
95
95
/// <returns>The <see cref="System.Threading.Tasks.Task" /> that represents the asynchronous operation, containing the entity found in the repository.</returns>
0 commit comments