suatsuphi
suatsuphi
thank you @roji I failed, below is an example. ``` using Microsoft.Data.Sqlite; using Microsoft.EntityFrameworkCore; Console.WriteLine("----------------------------"); using (BloggingContext context = new BloggingContext()) { if (!context.Posts.Any()) { context.Posts.Add(new Post { Title =...
`connection.CreateFunction("like",(string a, string b) => X.Like(a, b));` what is X?
thank you @roji I could not achieve what I want with the code below. ``` _connection.CreateFunction("like", (string a, string b) => DbFunctionsExtensions.Like(EF.Functions, a.Replace("i", ""), b.Replace("i", "")) ,isDeterministic: true); ```
thank you @roji there is an one step that what X is. I don't know how to configure matchExpression. I need overide it
thank you @roji I was try this. there is a break point for "var test =" line. it is not working I mean break point ``` using Microsoft.Data.Sqlite; using Microsoft.EntityFrameworkCore;...
@roji I shared all the lines of the console application above. copy paste and start console application just put break point for var test line... this is what I mean...
does not enter the break point and static method
I explained everything with console app and shared it. but it is claimed that there is no problem.
thank you. Could a similar parameter be added for Orders and My Orders?
@mgesing When I close the shopping cart, the price on the product detail page also closes.... can we make the price section close only when the price is hidden? 