entity framework - how to ignore/avoid/skip child collection from a LINQ query? -


i have collection :

order o1 o2 o3 

i have orderitem collection :

orderitem orderid oitem1    o1 oitem2    o1 oitem3    o1 oitem4    o2 oitem5    o3 

now selecting orders line, how skip/avoid/ignore child collection linq

i don't want orderitems orders .


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -