New Posts New Posts RSS Feed: PredicateBuilder - a way to disable IgnoreCase
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

PredicateBuilder - a way to disable IgnoreCase

 Post Reply Post Reply
Author
cefernan View Drop Down
Groupie
Groupie


Joined: 13-Jul-2012
Posts: 70
Post Options Post Options   Quote cefernan Quote  Post ReplyReply Direct Link To This Post Topic: PredicateBuilder - a way to disable IgnoreCase
    Posted: 28-Jan-2014 at 5:31am
In PredicateDescription class exists a property called IgnoreCase that put ToLower() in string comparisons. This is a problem, because Oracle will ignore indexes in the search. 

We always use PredicateBuilder helper class to create our predicates, but this class doesn't allow disable IgnoreCase. It creates a PredicateBuilder with default value of IgnoreCase (IgnoreCase = true).

It would be very interesting to create static properties for default settings when using PredicateBuilder helper class.

Something like this:
static bool PredicateBuilder.IgnoreCase
static IgnoreCaseOption PredicateBuilder.IgnoreCaseOption

Is there any possibility to implement these changes? 

Thanks.
Back to Top
DenisK View Drop Down
IdeaBlade
IdeaBlade


Joined: 25-Aug-2010
Posts: 715
Post Options Post Options   Quote DenisK Quote  Post ReplyReply Direct Link To This Post Posted: 29-Jan-2014 at 11:30am
Hi cefernan, 

We are always looking for users suggestions so thank you for your ideas.

You can go to DevForce UserVoice to submit your feature request and let other users vote on them.

We will implement new features based on their demand with other users.
Back to Top
cefernan View Drop Down
Groupie
Groupie


Joined: 13-Jul-2012
Posts: 70
Post Options Post Options   Quote cefernan Quote  Post ReplyReply Direct Link To This Post Posted: 30-Jan-2014 at 3:10am
Ok, I put my idea there.

Thank you.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down