Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting properties in Generic list
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 5.0
OS:
Windows 7
Network:
SAMBA Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01610922
Message ID:
01610953
Views:
33
>Nice one Viv I'll give it a go

Actually, thinking about it I don't think it's valid (even if I'd used ==) :-{

Update: try:
foreach(Info i in list.Where(x=>x.Postcode.StartsWith("HR")))
            {
                i.SomeProperty = true;
            }
Previous
Reply
Map
View

Click here to load this message in the networking platform