- Posted by justin on February 14, 2007
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.