Linq "Unable to create a null constant value of type 'System.Collections.Generic.List`1" -
exception while null unable create null constant value of type 'system.collections.generic.list`1'. entity types, enumeration types or primitive types supported in context. query list templist = context.businessentities.where(w => relatedbusinessentityguids.contains(w.businessentityguid)).select(s => s.name).tolist(); if theere no matching (null) getting error ,how resolve it,
Comments
Post a Comment