Dataview Find method, case insensitive?

  • Thread starter Thread starter Tim Frawley
  • Start date Start date
T

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?
 
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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top