Thank you, Fabio!
All of my tests pass now.

On 18 фев, 20:24, Fabio Maulo <[email protected]> wrote:
> sorry... was too short
>
> An "any" type has the special properties id and class, allowing us to
> express a join in the following way (where AuditLog.Item is a property
> mapped with <any>).
>
> from Eg.AuditLog log, Eg.Payment payment
> where log.Item.class = 'Eg.Payment, Eg, Version=...' and log.Item.id =
> payment.id
>
> Notice that log.Item.class and payment.class would refer to the values of
> completely different database columns in the above query.

-- 
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.

Reply via email to