is there a . or is not clausule in linq ?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<pre>Dim devices = (From el In vd.Elements
Where (el.Value = "1" and not el = <virtualdeviceindex/>)
Select el)[/code]
this doesnt work i want all xelements in vd except the <virtualdeviceindex>1</virtualdeviceindex> , the other xelements has the name <device1>,device2> etc<br/>
<
nattelip<br/>

View the full article
 
Back
Top