Bernhard Ninaus

Results 2 issues of Bernhard Ninaus

It is not possible to change the default string conversion (nvarchar2) in an interpolated string. e.g. ```csharp db.Model.FromSqlInterpolated("select ... from ... where key in (... field = {val} ...)") ```...

enhancement

Hey. Is there a way to specify a EventId for diffrent Log calls? If not, I came up with my own solution, maybe there is good use of such functionality....