Description:I have records coming from database where each item can have multiple TagIds(List<string>) assigned to it. I have combined the lists but currently it has become a list of lists as shown below,
List<List<string>> listOfLists=databaseQueriedItems;
List<string> singleListOfStrings;
Posted by: Umer khan | Posted on: Aug 29, 2020
3
Replied by: Junaid Aziz | Replied on: Aug 29, 2020