ajay kumar

ajay kumar

  • NA
  • 332
  • 5.1k

Linq

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

Answers (1)