OK, figured this out meself: given a proxy named proxiedResult:
var persistenceContext = session.PersistenceContext; var unproxiedResult = persistenceContext.Unproxy(proxiedResult); On Jan 3, 10:36 pm, Borges <[email protected]> wrote: > Hello All, > > My query returns proxyies, and I would like to: > > a) check if the proxied classes are versioned or not > b) if so, get the version > c) also, get the version comparer -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
