Re: Removing duplicate records
From: Kevin Yu [MSFT] (v-kevy_at_online.microsoft.com)
Date: 03/13/04
- Next message: Mark Goldin: "Re: DAAB and datagrid"
- Previous message: Sébastien: "SQL Server comment can't be the field name ?"
- In reply to: Peter: "Re: Removing duplicate records"
- Next in thread: Peter: "Re: Removing duplicate records"
- Reply: Peter: "Re: Removing duplicate records"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 13 Mar 2004 10:05:44 GMT
Hi Peter,
The syntax for the filter is just like the criteria in SQL statement after
'WHERE' clause. Here is an example.
dsXml.Tables[0].Select("Score>80 and Gender='Male'");
If anything is unclear, please feel free to reply to the post.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
- Next message: Mark Goldin: "Re: DAAB and datagrid"
- Previous message: Sébastien: "SQL Server comment can't be the field name ?"
- In reply to: Peter: "Re: Removing duplicate records"
- Next in thread: Peter: "Re: Removing duplicate records"
- Reply: Peter: "Re: Removing duplicate records"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|