ktb-dev
ktb-dev
> NET8 brings [a new way to render razor pages](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-components-outside-of-aspnetcore?preserve-view=true&view=aspnetcore-8.0) @A9G-Data-Droid , @jzabroski could you tell me how to render a template obtained from the database using a new way?
> ToLower ah, no. My parameter name is written with a lowercase letter, everywhere it appears in the code. The thing is that the github editor read @prop1 as a...
> ```cs > var result1 = fsql.Select().WithSql("select @Prop1 as1", new { Prop1 = 1 }).ToList(); > var result2 = fsql.Select().WithSql("select @Prop1 as1", new Dictionary { { "Prop1", 1 } }).ToList();...
> but I tested the code using SQL Server and it worked fine. the issue arises precisely when executing a select with parameters via the clickhouse client