Prakash

Prakash

  • NA
  • 258
  • 73.8k

Read Data from list

Oct 25 2016 3:55 AM
Hello Experts
 
I develope c# console app
i have antilist of 3 items i want to store one by one in different variable
 
 
like
anti1= value1 
anti2= value2
anti3= value3  
  
 
var antilist = (from i in db.AntiVirusActivationCodes
where i.ProductActivationCode == ProductId
select new { i.Id,i.ActivationCode,i.ExpirationDate,i.UsedDateTime,}).ToList();
 
 
how can i do Please help me
 
 
Thank You 
 

Answers (3)