Occasionally, I see a query submitted from Entity Framework with 'Dummy_VAL' in the where clause, like WHERE [Extent1].[SiteId] = 'DUMMY_VAL' - - - What is Dummy_VAL and how does sql interpret it?
↧