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
protectedoverridevoidOnConfiguring(DbContextOptionsBuilderoptionsBuilder){optionsBuilder.UseSqlServer(@"Server=(localdb)\mssqllocaldb;Database=EFQuerying;Trusted_Connection=True",
o =>o.UseQuerySplittingBehavior(QuerySplittingBehavior.SplitQuery));}
When split queries are configured as the default, it's still possible to configure specific queries to execute as single queries:
Microsoft documentation
When split queries are configured as the default, it's still possible to configure specific queries to execute as single queries:
The text was updated successfully, but these errors were encountered: