2
check this link below
http://stackoverflow.com/questions/23016768/merge-two-listobject-into-one-list-in-linq
1
two different list means .. two different classes list and different properties but properties count same .. map first property to other list first property and so on.
1
I didn't get exactly what you mean by Map, please elaborate.
If you want to Merge two Lists, use AddRange()
follow https://www.dotnetperls.com/list-addrange for syntax
1
Hi,
Can we some more details about your query, which type of List you want to merge:
Kindly refer below URL:
http://stackoverflow.com/questions/1191054/how-to-merge-a-list-of-lists-with-same-type-of-items-to-a-single-list-of-items
http://stackoverflow.com/questions/38123540/how-to-map-two-different-lists-to-one-list
Thanks
0
check this one...
http://csharp.net-informations.com/collection/list.htm
0
Hi,
you query as per first view is incomplete, I think missing you something here. you mention that different class and different properties but count of records are some. am little bit confused what's you trying. can you explore here for better understanding what you trying.
Clear everything and get right solution.