Hi guys,
Can I ask if the latest version of NHibernate.Enver support oneToMany
associations?
What I want to do is like this.
Instance has many nodes.
// Get historical state of entity instances
var query = Session.Auditer().CreateQuery()
.ForEntitiesAtRevision<Instance>(revisionId)
.Add(AuditEntity.RelatedId("Template").Eq(id))
.TraverseRelation("Nodes", JoinType.LeftOuterJoin);
Could somone shed some lights on me about this query?
Thanks in advance.
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/nhusers/968e5222-db47-4cfd-ab27-019d3216965b%40googlegroups.com.