mmisnerms
mmisnerms
In our dev and test environments we have synonyms that cross database with three-part names. These are being generated from my template successfully, but if I point to our production...
Columns with space characters seem to be handled by removing the space(s) so that it is a valid identifier in C#. When I created a TVF with a view that...
When model binding a string with empty string the value is set to null since string is a reference type. When the column is set to not null/required the ModelState...
I was using Microsoft.SqlServer.Types with EF 6.4. I am now migrating to EFCore 3.1 and unable to resolve the generated types for geography. Spatial.DbGeography Microsoft.SqlServer.Types.SqlGeography
I am attempting to use a scalar function in a LINQ to entities query. The tt file is generating an instance method and when I attempt to use it throws...