ajay kumar

ajay kumar

  • 752
  • 1k
  • 32k

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)