Home All Groups Group Topic Archive Search About

Dataview Find method, case insensitive?

Author
7 Apr 2005 6:30 PM
Tim Frawley
I am using the Find method on a dataview.  What I have found is that
the method appears to be case insensitive.  I have tested this and it
appears to be true.

Is there a way to specify case sensitivity for this method?

Author
8 Apr 2005 2:58 AM
Peter Huang" [MSFT]
Hi

Have you set the Underlying DataTable's .CaseSensitive property?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfsystemdatadatatableclasscasesensitivetopic.asp

You may take a look at the link below.
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-ado-net/9842/Q-Case-insen
sitive-sorting-with-DataView

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
Author
8 Apr 2005 4:24 PM
Tim Frawley
Peter,

Thanks!  That worked perfectly!

Sincerely,

Tim Frawley

*** Sent via Developersdex http://www.developersdex.com ***
Author
9 Apr 2005 8:18 AM
Peter Huang" [MSFT]
Hi

I am glad that my suggestion helped you.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.