EntityFramework-Plus
EntityFramework-Plus copied to clipboard
how to log sql script in development environment.
Description
when use Z.EntityFramework.Plus.EFCore
how to log sql script to terminal in development environment.
in development environment when I use Microsoft.EntityFrameworkCore
, I can find sql script in terminal.
Further technical details
- EF Core version: 3.0
- EF Plus version: 3.0.13
Hello @netcore-jroger ,
At this moment, we do not use yet Interceptor
introduced in EF Core 3.x
However, we will look if that's possible.
Best Regards,
Jonathan
Performance Libraries
context.BulkInsert(list, options => options.BatchSize = 1000);
Entity Framework Extensions • Entity Framework Classic • Bulk Operations • Dapper Plus
Runtime Evaluation
Eval.Execute("x + y", new {x = 1, y = 2}); // return 3
C# Eval Function • SQL Eval Function
Is there some hacking skills to do?