This type of Filtering possible?
From: Chris Botha (chris_s_botha_at_AT.h.o.t.m.a.i.l.com)
Date: 09/30/04
- Next message: Beverley: "Re: DataBinding to a DataView -- only getting first row"
- Previous message: William \(Bill\) Vaughn: "Re: meaning of max pool size ?"
- Next in thread: Marina: "Re: This type of Filtering possible?"
- Reply: Marina: "Re: This type of Filtering possible?"
- Reply: Miha Markic [MVP C#]: "Re: This type of Filtering possible?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 30 Sep 2004 12:57:23 -0400
The DataTable has a column containing integers.
Filtering it as "Where ColName=12" filters fine.
Here is the problem. I want to filter the integer column using "Like". For a
string column the following will work "Where StrColName Like '12%'". I
need the same effect on the integer column.
Thanks for any pointers.
- Next message: Beverley: "Re: DataBinding to a DataView -- only getting first row"
- Previous message: William \(Bill\) Vaughn: "Re: meaning of max pool size ?"
- Next in thread: Marina: "Re: This type of Filtering possible?"
- Reply: Marina: "Re: This type of Filtering possible?"
- Reply: Miha Markic [MVP C#]: "Re: This type of Filtering possible?"
- Messages sorted by: [ date ] [ thread ]