Castle ActiveRecord Table name conflict

Posted by Shane on Stack Overflow See other posts from Stack Overflow or by Shane
Published on 2010-05-02T00:46:47Z Indexed on 2010/05/02 0:57 UTC
Read the original article Hit count: 301

Filed under:
|

When you run into a reserved word like "User" in NHibernate you would just put single quotes around the offending text and nHibernate will surround the text with square brackets for querying. My question is how do you do the same thing using Castle.ActiveRecord?

© Stack Overflow or respective owner

Related posts about activerecord

Related posts about nhibernate