Search Results

0
votes

NHibernate: sometimes I want one item, other times I want them all

You could use a derived property in your mapping file (rather than performing the logic in the property). It might look something like this: <property name="LatestRevision" …