Re: .Net 2.0 DataTable have a lot of lacks?
- From: "Robbe Morris [C# MVP]" <info@xxxxxxxxxxxxxxx>
- Date: Wed, 28 Dec 2005 20:15:39 -0500
The DataTable .Select method does support "some"
aggregate functions like SUM and AVG. Another
parameter exists for ORDER BY.
You may want to look into what is supported.
--
Robbe Morris - 2004/2005 Microsoft MVP C#
http://www.eggheadcafe.com/forums/merit.asp
<mtczx232@xxxxxxxxx> wrote in message
news:1135803746.774985.302860@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> it seem that data table and Expression field have a lot of Laks, it is
> true?
>
> the DataTable is powerfull of Memory relation data that bind to
> controls.
> so i can load data from remote service and manipulate it and after i
> send update to remote service.
>
> But, when i need to make standart operation that with SQL system is
> simple,
> with Datatable it's impossible.
>
> for example think about Accounting records. i load record from remote.
> and thaen
> user chnge Movement and add some. now (before we update the remote
> server),
> how i can put on the screen balance? by loop over all rows and grouping
> it manually!!
> instead write Group by!!??
>
> [in vb6 i remember the Data Environment that allow grouping!!]
>
> have some Project that extend DataTable abilities?
>
> also with DataColumn.Expression have a Lacke of many simple function.
> like Round, have a way to extend it?
>
.
- Follow-Ups:
- Re: .Net 2.0 DataTable have a lot of lacks?
- From: mtczx232
- Re: .Net 2.0 DataTable have a lot of lacks?
- References:
- .Net 2.0 DataTable have a lot of lacks?
- From: mtczx232
- .Net 2.0 DataTable have a lot of lacks?
- Prev by Date: Re: Combining fields from different tables into 1 dataset
- Next by Date: Re: Combining fields from different tables into 1 dataset
- Previous by thread: Re: .Net 2.0 DataTable have a lot of lacks?
- Next by thread: Re: .Net 2.0 DataTable have a lot of lacks?
- Index(es):