-
Notifications
You must be signed in to change notification settings - Fork 0
TableHintExtensions.WithTableHints.O86MSQXMFDW06623O4J3WDBEC
Mike King edited this page Sep 30, 2025
·
2 revisions
TableHintExtensions.WithTableHints<TSource>(this IQueryable<TSource>, IEnumerable<ITableHint>) Method
Adds table hints to a query.
public static System.Linq.IQueryable<TSource> WithTableHints<TSource>(this System.Linq.IQueryable<TSource> source, System.Collections.Generic.IEnumerable<DotDoc.EntityFrameworkCore.Extensions.TableHints.ITableHint> tableHints)
where TSource : class;
TSource
The type of the elements of source.
source
System.Linq.IQueryable<TSource>
The source query System.Linq.IQueryable<>.
tableHints
System.Collections.Generic.IEnumerable<ITableHint>
The table hints to add.
System.Linq.IQueryable<TSource>
The number of rows updated in the database.