How can I load data from an xml file into a DataTable with a condition?
|
|
|||
|
|
|
You can't apply a condition when loading the data. You can easily load an XML file into a DataTable, and then either
Marc |
||
|
|
|
XPath allows you to do that, but please provide more details. |
||||
|
|
|
By far the simplest way to do this is to filter the data after reading it into a There's a way around this, but it's not trivial: subclass This MSDN article describes how to write an |
||
|
|
|
|
i want to fill the data into datatable from xml file with certain condition? |
||
|
