score:2
Accepted answer
List<string> or string[]
score:1
Detail5 = String.Join("<br/>", outerProduct.Element("Specs").Elements("Spec").Select(x => (string)x).ToList()),
Source: stackoverflow.com
Related Query
- How to get different values with same name from xml with linq
- How to remove an element from an xml using Xdocument when we have multiple elements with same name but different attributes
- C# Linq XML get text from multiple elements with the same name
- how to get first object when the name is the same and Id is different with linq query
- How I get with a attribute value from a xml the other attribute values from the same node?
- How to get same element value from xml which having same and different nodes using linq in c#
- how to get values from var-source with linq
- get attribute value from multiple elements with same name and attribute value of one other element in xml
- How do I get values from SelectedItem in ComboBox with Linq and C# 3.5
- How to get List of results from list of ID values with LINQ to SQL?
- how to fetch values from special attribute names with LINQ and XML
- How do I get these XML values with Linq to XML?
- How to concatenate all child elements with same names values using LINQ to XML
- How to Get The Values Printed from XML using LINQ or XPath
- How to remove two objects with the same ID but different date values with LINQ to objects
- How to get record form a different table based on a value from first table with linq expression?
- How to query XML with the same element and attribute name using linq
- Reading XML values from different namespaces in same LINQ Query
- C# XML to LINQ multiple elements with same name, how to get them to save in same object
- how to get multiple records with same id if there is multiple <data> element in c# from xml
- How do I select with linq an attribute from an xml tag on the same level?
- Select one node from others with same name with Linq to XML and C#
- How I get the Attributevalue from a Xml to a Array with Linq to XML?
- How can i get all subnode values separately from XML Response using LINQ to XML?
- Querying an XML document which has multiple elements with same name and with different attribute values
- How to get the first descendant of a node without knowing the name from XML using LINQ
- How to get distinct values from 2 different columns in the same list
- How to get the values of child nodes of multiple identical nodes of XML with Linq to XML
- How to get elements by name in XML using LINQ
- How can I set properties on all items from a linq query with values from another object that is also pulled from a query?
More Query from same tag
- Linq JS grouping objects with there name first letter
- Is it possible to do this.Sort(p => p.ID); or something similar?
- Creating linq expression with a subtype restriction
- Linq linq-to-entities add join if condition is met
- Make a Query Expression ignore the Time and filter only the Date
- LINQ to find array indexes of a value
- Entity Framework Complex LINQ Support
- SELECT NEW with a potentially null field using LINQ and Entity Framework
- Autocomplete Extender not sorting alphabetically
- How To Create Generic Data Access Object (DAO) CRUD Methods with LINQ to SQL
- How can I alias the LINQ results table?
- Position of .Take() has no effect on generated SQL
- How to call extension method "ElementAt"of List<T> with reflection?
- Multiple Left Join with Linq and Defaults Values
- Print Data to screen based off of a query in ASP.NET MVC?
- Group by column and get first record of group using Linq
- Sort out duplicates in one row but keep a specific one
- linq to xml - get rid of blank xmlns
- Cannot implicitly convert type 'System.Linq.IQueryable<>to . An explicit conversion exists (are you missing a cast?)
- Is it possible to prove (programmatically) that two LINQ queries are equal?
- How do I use LINQ to access a specific value from of an array of JObjects that seems to be stored in a string
- Unable to create a constant value in a linq query
- Linq - Remove one anonymous list from another
- Serialize an expression with an variable
- What is the proper way to do a C# LINQ Where/Select in C++?
- LINQ Or operator
- Specified method is not supported MySql Entity Framwork 6
- Comparing Enumerable with enumerable in a linq query
- Select latest records and add results as new columns
- Linq EF - How to gather all the accounts, cards, loans etc of a specific customer from database, with an optimized query?