Re: How Do I setup a RowChangedEvent in a Typed DataSet
- From: "William Vaughn" <billvaNoSPAM@xxxxxxxxx>
- Date: Thu, 6 Mar 2008 16:44:52 -0800
It seems to me I discussed this in my article posted to Developer.Com. See the article on using the TableAdapter for Hierarchical ops.
--
__________________________________________________________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker’s Guide to Visual Studio and SQL Server (7th Edition)
____________________________________________________________________________________________
"Devon-S" <DevonS@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:5F423902-C699-4A86-9AB8-2DF6757AA1D4@xxxxxxxxxxxxxxxx
Greetings,
I have a strongly typed dataset and when I write the identity column to the
database, I set it and retrieve it. This works fine.
Now I want an event to trigger for each record that is set and retrieved
from the DataSet to update the children of the DataSet with the new identity
column.
The DataSet Created two Classes for the Products Class called
ProductsRowChangeEvent - and -
ProductsRowChangeEventHandler
which will probably do the trick if I knew how to use them, or could find
some documentation on these two Classes.
Any thoughts would be greatly appreciated.
-Devon
.
- Prev by Date: Re: Silly ODBC Connection problem
- Next by Date: Re: DataTable.Load()
- Previous by thread: DataTable.Load()
- Next by thread: Re: How Do I setup a RowChangedEvent in a Typed DataSet
- Index(es):
Relevant Pages
|