Closed CwjXFH closed 2 years ago
Did you activate the feature?
.AddDbContext<DemoDbContext>(builder => builder
.UseSqlServer("conn-string",
options => options.AddTableHintSupport());
@PawelGerr I got it, thanks!
Hi, When I use EFCore6 with the
WithTableHints
method, will throw an exception:The API code:
Thanks!