Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anyone know what is wrong with this statement
Message
De
25/01/2013 11:04:50
 
 
À
25/01/2013 10:26:06
Information générale
Forum:
ASP.NET
Catégorie:
LINQ
Versions des environnements
Environment:
C# 4.0
OS:
Windows 7
Divers
Thread ID:
01564050
Message ID:
01564060
Vues:
56
Odd that it just seems to hang ? Is it possibly a captured variable problem ?
Maybe to test try:
var s = dateRanges[i].Start; var e = dateRanges[i].End;
var result = lstTransferees.Where(x => x.EECreationDate >= s && x.EECreationDate <= e).ToList();
LOL! Found the problem - it was the loose nut behind the keyboard. Thanks for the help.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform