These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: No summary for Expressions?
PostPosted: Wed Apr 02, 2008 8:03 am 
Newbie

Joined: Wed Apr 02, 2008 7:58 am
Posts: 1
Hibernate version: 1.2.1 GA

Hi

I have just downloaded NHibernate source code and compiled it, but when i want to use Expressions, like Expression.Eq() is doesn't show me any summery of what that function does.. however, I can see that the source code contains that information..

Code:
      /// <summary>
      /// Apply an "equal" constraint to the named property
      /// </summary>
      /// <param name="propertyName">The name of the Property in the class.</param>
      /// <param name="value">The value for the Property.</param>
      /// <returns>An <see cref="EqExpression" />.</returns>
      public static SimpleExpression Eq(string propertyName, object value)
      {
         return new EqExpression(propertyName, value);
      }


What am I missing?

best regards,
Mark


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
cron
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.