1
Reply

Linq

ajay kumar

ajay kumar

Feb 24 2016 4:05 AM
280
what is the difference between 
 
table<customer> tab= databaseobject .getTable<customer>();
 
and
 
list<customer> cust=databaseobject.customers.Tolist();
 
 
 

Answers (1)