Saturday, March 31, 2012

tableadapter question

What is the usage of tableadapter?Hello ken,

TableAdapters are used to create queries / command associated with a specific
table. For example you could connect a TableAdapter to a customer table and
give the adapter functions like "GetCusomter(int)" "ListCustomers" "UpdateCustomer(string,
string, string)".

Here some info on MSDN: http://msdn2.microsoft.com/en-us/library/bz9tthwx.aspx

--
Patrik Lwendahl [C# MVP]
http://www.lowendahl.net
http://www.cornerstone.se

> What is the usage of tableadapter?

0 comments:

Post a Comment