nHibernate Expression Notes

Expression.Sql: used to add sql to the where clause. To do stuff like MyTableName.Column you would use {alias}.Column and nHibernate would replace {alias} with the actual alias that it used for the MyTableName table.

Expression.Ge: This is used for greater than or equal to.


Related posts

Add comment


(Will show your Gravatar icon)  

  Country flag

[b][/b] - [i][/i] - [u][/u]- [quote][/quote]



Live preview

November 21. 2008 05:54 PM