Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

ef null check

var result = from entry in table
             where (value == null ? entry.something == null : entry.something == value)
             select entry;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #ef #null #check
ADD COMMENT
Topic
Name
3+7 =