tableadapter question

?

=?iso-8859-1?Q?Patrik=20L=f6wendahl=20[C#=20MVP]?=

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top