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

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -