Hi

I am a newbie in ado.net 2005. Is it possible to do a Group By in a dataset?

thanks
E.

Re: dataset question by Scott

Scott
Sun Jan 21 17:37:33 CST 2007

Not really, but you can use a DataView to filter the data into whatever
order you want.


"Eric Effer" <beffer@gmail.com> wrote in message
news:OXR5TqaPHHA.420@TK2MSFTNGP06.phx.gbl...
> Hi
>
> I am a newbie in ado.net 2005. Is it possible to do a Group By in a
> dataset?
>
> thanks
> E.
>



Re: dataset question by RobinS

RobinS
Sun Jan 21 19:01:01 CST 2007

You can do a groupby when you pull the dataset, but you can't
do updates on it. If you've already pulled the dataset
and now want to do groupby's on it, then no, you can't.

Robin S.
-------------------------------------------------
"Eric Effer" <beffer@gmail.com> wrote in message
news:OXR5TqaPHHA.420@TK2MSFTNGP06.phx.gbl...
> Hi
>
> I am a newbie in ado.net 2005. Is it possible to do a Group By in a
> dataset?
>
> thanks
> E.
>