Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Test For Null
Message
From
04/06/2010 14:38:01
 
General information
Forum:
ASP.NET
Category:
LINQ
Title:
Miscellaneous
Thread ID:
01467359
Message ID:
01467384
Views:
30
>>>>>>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 the list was of the wrong type it would generate a compile time error.....
Previous
Reply
Map
View

Click here to load this message in the networking platform