All Tags »
LINQ XML
Sorry, but there are no more tags available to filter with.
-
Hi,
I need to read, parse and write (insert) to a database information contained in XML messages coming from our customers. Is there a way to target an ES collection as the results of a LINQ to XML query?
The basic idea is:
Read XML
Execute a LINQ to XML putting the result in an ES Collection
Insert the ...