Questions tagged [asenumerable]
32 questions
-1
votes
1 answer
Understanding AsEnumerable in Linq to Objects
Written on msdn:
Returns the input typed as IEnumerable.
I do not understand.
Help me to understand this method.

Ts-alan
- 47
- 2
- 6
-2
votes
1 answer
C# Nullreferenceexception in DataTable.AsEnumerable() Where
The Where clause has at least 1 Datarow as a result as I know for sure.
And I checked != null before calling 1) Select 2) DefaultIfEmpty method of course and it passed without a problem.
I also tried to use ?? false but don't know the exact…

Kay Lee
- 922
- 1
- 12
- 40