I have an album task where I need to show images from a DB. Supposing there is no matching image in the DB, can I use DefaultIfEmpty to select a default image?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
EDIT: You can't provide a default value to
Or you could write your own overload of
|
||||