Re: AR: FindAllByProperty with LIKE

2009-01-26 Thread Mark Jensen
no problem :) On Jan 26, 10:31 am, Flominator wrote: > It worked. Thanks, Mark! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to castle-project-users

Re: AR: FindAllByProperty with LIKE

2009-01-26 Thread Flominator
It worked. Thanks, Mark! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to castle-project-users@googlegroups.com To unsubscribe from this group, send em

Re: AR: FindAllByProperty with LIKE

2009-01-23 Thread Mark Jensen
cant you just do something like this ? FindAll(typeof(..), Expression.Like("propertyname", "value")) On Jan 23, 2:36 pm, Flominator wrote: > Hi there, > > is there are way to make objects inherited from ActiveRecordBase be > searchable by only part of the field contents? > > Thanks in advance,

AR: FindAllByProperty with LIKE

2009-01-23 Thread Flominator
Hi there, is there are way to make objects inherited from ActiveRecordBase be searchable by only part of the field contents? Thanks in advance, Florian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Castle Projec