Datatable.Select() method, can you specify "TOP"?  
Author Message
aolespam





PostPosted: Fri Aug 20 09:33:27 CDT 2004 Top

Visual C#.Net >> Datatable.Select() method, can you specify "TOP"? or is there some other MaxRows type of prop so you can limit result set?

Thanks in advance!

Derrick

DotNet210  
 
 
Nicholas





PostPosted: Fri Aug 20 09:33:27 CDT 2004 Top

Visual C#.Net >> Datatable.Select() method, can you specify "TOP"? Derrick,

No, you can not limit the result set when you make this call. You will
have to filter or copy the rows you want after the select is performed.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- EMail@HideDomain.com

"Derrick" <EMail@HideDomain.com> wrote in message
news:%23R$EMail@HideDomain.com...
> or is there some other MaxRows type of prop so you can limit result set?
>
> Thanks in advance!
>
> Derrick
>
>