Does Castle ActiveRecord's ActiveRecordMediator<> support LINQ?

Posted by Daniel T. on Stack Overflow See other posts from Stack Overflow or by Daniel T.
Published on 2010-04-16T03:26:40Z Indexed on 2010/04/16 3:33 UTC
Read the original article Hit count: 471

Does Castle ActiveRecord's ActiveRecordMediator<> class support LINQ queries? I couldn't find any method that returns an IQueryable<>. My domain objects can't inherit from ActiveRecordLinqBase<> due to their design.

© Stack Overflow or respective owner

Related posts about castle-activerecord

Related posts about activerecord