RE: inheriting from dataset

From: Abubakar (Abubakar_at_discussions.microsoft.com)
Date: 09/22/04


Date: Tue, 21 Sep 2004 21:33:01 -0700

You just call the adapter's fill method like:
youradapter.Fill(Me)

Abubakar.
http://joehacker.blogspot.com

"rodchar" wrote:

> Hey all,
> If I create a class that inherits from dataset how do I populate the dataset
> if the class object becomes the dataset? Or am I missing this inheritance
> thing?
>
> thanks in advance,
> rodchar



Relevant Pages

  • RE: inheriting from dataset
    ... "Abubakar" wrote: ... >> Hey all, ... >> If I create a class that inherits from dataset how do I populate the dataset ...
    (microsoft.public.dotnet.languages.vb)
  • Re: iterating thru a datareader
    ... // Create an array of strings for the field names. ... // Populate. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: enum and dropdownlist
    ... -- bruce ... selects an item how do i convert it back to the enum type ... On Apr 16, 1:16 pm, rodchar wrote: ... does anyone know the best way to populate a dropdownlist from an enum list? ...
    (microsoft.public.dotnet.framework.aspnet)
  • inheriting from dataset
    ... Hey all, ... If I create a class that inherits from dataset how do I populate the dataset ... if the class object becomes the dataset? ...
    (microsoft.public.dotnet.languages.vb)

Loading