Re: Selecting records from DataTable?
- From: "Cor Ligthert" <notmyfirstname@xxxxxxxxx>
- Date: Thu, 16 Jun 2005 18:38:46 +0200
Job,
You can use for that a
datatable.select 'this is not an SQL query
That returns a collection of datarows
Or a
datatable.defaultview.rowfilter = "score > 0"
the datatable.defaultview you can bind than directly to a datasource.
datagrid.datasource = datatable.defaultview
I hope this helps,
Cor
.
- Follow-Ups:
- Re: Selecting records from DataTable?
- From: Job Lot
- Re: Selecting records from DataTable?
- References:
- Selecting records from DataTable?
- From: Job Lot
- Selecting records from DataTable?
- Prev by Date: .Net Windows Service Issue
- Next by Date: Re: .Net Windows Service Issue
- Previous by thread: Selecting records from DataTable?
- Next by thread: Re: Selecting records from DataTable?
- Index(es):
Relevant Pages
|