1
Answer

Linq

Photo of ajay kumar

ajay kumar

9y
313
1
what is the difference between 
 
table<customer> tab= databaseobject .getTable<customer>();
 
and
 
list<customer> cust=databaseobject.customers.Tolist();
 
 
 

Answers (1)