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
<Description>Unit of Work implementation for EntityFramework Core. For more information please see Calabonga.UnitOfWork package. Perhaps, you might find more information on youtube.com/sergeicalabonga and www.calabonga.net</Description>
/// <returns>An <see cref="IPagedList{TEntity}"/> that contains elements that satisfy the condition specified by <paramref name="predicate"/>.</returns>
/// <returns>An <see cref="IPagedList{TEntity}"/> that contains elements that satisfy the condition specified by <paramref name="predicate"/>.</returns>
/// <returns>An <see cref="IPagedList{TResult}"/> that contains elements that satisfy the condition specified by <paramref name="predicate"/>.</returns>
/// <returns>An <see cref="IPagedList{TEntity}"/> that contains elements that satisfy the condition specified by <paramref name="predicate"/>.</returns>
/// <returns>An <see cref="IPagedList{TEntity}"/> that contains elements that satisfy the condition specified by <paramref name="predicate"/>.</returns>
140
144
/// <remarks>This method defaults to a read-only, no-tracking query.</remarks>
145
+
[Obsolete("This method is will be removed in the future. Please use another overload for this method with TrackingType parameter instead.")]
/// <returns>An <see cref="IPagedList{TEntity}"/> that contains elements that satisfy the condition specified by <paramref name="predicate"/>.</returns>
160
165
/// <remarks>This method defaults to a read-only, no-tracking query.</remarks>
166
+
[Obsolete("This method is will be removed in the future. Please use another overload for this method with TrackingType parameter instead.")]
/// <returns>An <see cref="IPagedList{TEntity}"/> that contains elements that satisfy the condition specified by <paramref name="predicate"/>.</returns>
181
187
/// <remarks>Ex: This method defaults to a read-only, no-tracking query.</remarks>
188
+
[Obsolete("This method is will be removed in the future. Please use another overload for this method with TrackingType parameter instead.")]
/// <returns>An <see cref="IPagedList{TEntity}"/> that contains elements that satisfy the condition specified by <paramref name="predicate"/>.</returns>
201
208
/// <remarks>Ex: This method defaults to a read-only, no-tracking query. </remarks>
209
+
[Obsolete("This method is will be removed in the future. Please use another overload for this method with TrackingType parameter instead.")]
/// <returns>An <see cref="IPagedList{TEntity}"/> that contains elements that satisfy the condition specified by <paramref name="predicate"/>.</returns>
280
291
/// <remarks>Ex: This method defaults to a read-only, no-tracking query.</remarks>
292
+
[Obsolete("This method is will be removed in the future. Please use another overload for this method with TrackingType parameter instead.")]
/// <returns>An <see cref="IPagedList{TEntity}"/> that contains elements that satisfy the condition specified by <paramref name="predicate"/>.</returns>
300
312
/// <remarks>Ex: This method defaults to a read-only, no-tracking query.</remarks>
313
+
[Obsolete("This method is will be removed in the future. Please use another overload for this method with TrackingType parameter instead.")]
/// <returns>An <see cref="IPagedList{TEntity}"/> that contains elements that satisfy the condition specified by <paramref name="predicate"/>.</returns>
337
352
/// <remarks>Ex: This method defaults to a read-only, no-tracking query.</remarks>
353
+
[Obsolete("This method is will be removed in the future. Please use another overload for this method with TrackingType parameter instead.")]
/// <returns>An <see cref="IPagedList{TEntity}"/> that contains elements that satisfy the condition specified by <paramref name="predicate"/>.</returns>
357
373
/// <remarks>Ex: This method defaults to a read-only, no-tracking query.</remarks>
374
+
[Obsolete("This method is will be removed in the future. Please use another overload for this method with TrackingType parameter instead.")]
0 commit comments