Re: Where clause in DataTable.Select method
From: Marina (someone_at_nospam.com)
Date: 02/22/05
- Next message: Marc Miller: "Re: another delete prob."
- Previous message: Arvid: "RE: wrong declaration? But I don't see what"
- In reply to: Matthew Towpik via DotNetMonster.com: "Where clause in DataTable.Select method"
- Next in thread: amir massourian: "Re: Where clause in DataTable.Select method"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 22 Feb 2005 11:14:46 -0500
What does 'From Column1' mean? You can't select from columns, only from
tables. And the table is always going to be the DataTable you are calling
the Select method on.
So the WHERE clause you have in the statement is already what you need.
"Matthew Towpik via DotNetMonster.com" <forum@DotNetMonster.com> wrote in
message news:5af17f8afea84a6082ef548cd95a885d@DotNetMonster.com...
> Just curious how I would include a WHERE clause in the filter string of
> the
> Select method.
>
> If I want to SELECT * FROM Column1 WHERE Column2 = SomeValue
>
> thanks
>
> --
> Message posted via http://www.dotnetmonster.com
- Next message: Marc Miller: "Re: another delete prob."
- Previous message: Arvid: "RE: wrong declaration? But I don't see what"
- In reply to: Matthew Towpik via DotNetMonster.com: "Where clause in DataTable.Select method"
- Next in thread: amir massourian: "Re: Where clause in DataTable.Select method"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|