Quantcast
Channel: LINQ to XML
Viewing all articles
Browse latest Browse all 4

LINQ to XML

$
0
0

Hi,

 

Just few thoughts. This might help you also. If you are using query from database you can do the following:

 

1. Drag table to the .dbml file

2. In your class write a function or method similar to this.

 

LinqYourDataContext context = new LinqYourDataContext();

 

IQueryable<YourData> info = from y in context.YourData select y;

 

XmlWriter xml = new XmlWriter();

foreach (YourData data in info)

{

//start your xml conversion here...

}

 

Happy coding!!!

 

 


Viewing all articles
Browse latest Browse all 4

Trending Articles


HOY PANGIT, MAGBAYAD KA!


Henry el monstruo feliz para colorear e imprimir


Dama y vagabundo para pintar


Girasoles para colorear


Good Morning Quotes


RE: Mutton Pies (jameskoiman)


Hagibis (1946) by Francisco V. Coching


Ka riam ka beit bad ka por riam


Vimeo Create - Video Maker & Editor 1.6.0 by Vimeo Inc


Vimeo 3.42.1 by Vimeo Inc



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>