My favorites | Sign in
Project Logo
                

A project that provides extension methods for the NHibernate ICriteria interface to allow use of typesafe lambda expressions.

e.g.,

    .Add(Expression.Eq("Name", "Smith"))

becomes

    .Add<Person>(p => p.Name == "Smith")

Download the documentation: http://nhlambdaextensions.googlecode.com/files/NhLambdaExtensions.html









Hosted by Google Code