Posts by Daniel Silva • 11 points
1 post
-
1
votes1
answer46
viewsQ: What do you call the cast() function of the database in the ORDER method of a database in a LINQ expression in C# C#?
I have a field that stores DATETIME in my database. However I need to ignore the time of this field when I am ordering for it. The following code makes my search: public virtual async…