1
Answer

Linq

ajay kumar

ajay kumar

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