Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Test For Null
Message
 
 
General information
Forum:
ASP.NET
Category:
LINQ
Title:
Miscellaneous
Thread ID:
01467359
Message ID:
01467383
Views:
42
>>>>>RetVal = items.Count==0 ? null : items[0];
>>>>
>>>>It's failing on this line:
>>>>
>>>>List<RuleAction> items = query.ToList();
>>>>
>>>Oh. I thought you said the last line :-}
>>>IAC, that seems odd. I just tested with a query with would have no matches and query.ToList() returned an empty List.....
>>
>>What does <RuleAction> mean in this syntax List<RuleAction> Is it some type?
>
>A generic list. ie. a list that only contains objects of type RuleAction.....

I was just thinking (and I may be completely wrong) could the problem be related with this type?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform