его список, который нужно заполнить:
List<ThumbNail> thmbNails = new List<ThumbNail>();// your list which will hold thumbnails
CMESqlCommandBuilder iscBuilder = new CMESqlCommandBuilder(); //query of the d.b
while (sdaResult.Read()) // while loop if you want more than one video thumbanil on page
{
ThumbNail prd = new ThumbNail();
return thumbnails; // this will goes to the xml file which.
Надеюсь, это даст вам представление.как это сделать.Я пишу короткий код, но я надеюсь, что так он будет выглядеть и работать.