Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > tableadapter question

Reply
Thread Tools

tableadapter question

 
 
=?Utf-8?B?a2Vu?=
Guest
Posts: n/a
 
      01-23-2006
What is the usage of tableadapter?

 
Reply With Quote
 
 
 
 
=?iso-8859-1?Q?Patrik=20L=f6wendahl=20[C#=20MVP]?=
Guest
Posts: n/a
 
      01-23-2006
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 Löwendahl [C# MVP]
http://www.lowendahl.net
http://www.cornerstone.se

> What is the usage of tableadapter?
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
2.0 TableAdapter question Tina ASP .Net 0 06-18-2006 12:14 AM
vs2005 - How to fill form using TableAdapter FillBy dbuchanan ASP .Net 0 12-13-2005 12:43 AM
VS2005 - Newbie - TableAdapter not configured, but it updates!! dbuchanan ASP .Net 0 12-12-2005 10:41 PM
TableAdapter differ with win and web application. ad ASP .Net 0 12-01-2005 09:04 PM
VS2005 - How to connect to a TableAdapter in the data layer dbuchanan ASP .Net 3 12-01-2005 01:28 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57