Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Time only portion of the date to use in LINQ query
Message
 
 
À
13/08/2015 03:26:15
Information générale
Forum:
ASP.NET
Catégorie:
LINQ
Versions des environnements
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01622912
Message ID:
01623295
Vues:
97
>>>>>Maybe just retrieve the SQL data using the simple startdate-endate query then use linq to objects to filter the results on the remaining criteria.
>>>>>If the number of records returned from the simple query is excessive then perhaps a CLR proc in SQLServer ?
>>>>
>>>>I found solution here http://stackoverflow.com/questions/10000338/using-datetime-value-timeofday-in-linq-query which I am trying now.
>>>
>>>Interesting. Hadn't come across canonical functions. Let us know how you get on.....
>>
>>It did work out (although I replaced them to DbFunctions as the other ones were deprecated). I didn't find anything for WeekDay, though, so I kept that logic separate after getting result back.
>
>And how much more efficient was the SQL execution compared to the original attempt ?

Slightly shorter. I am wondering how can I specify to use LINQ to SQL rather than LINQ to Entities? In LinqPad it obviously used LINQ to SQL and everything worked by itself (although resulted in complex SQL). In the application it used LINQ to Entities where TimeOfDay is not supported natively.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform