Hi,

I am new to NHibernate.

NHibernate uses alias for all table/column names in the generated sql:

SELECT dafpack0_.ID as ID0_0_, dafpack0_.Name as Name0_0_,
dafpack0_.ContainerPackID as Containe3_0_0_ FROM MDA_SYS.MDA_SV_Pack
dafpack0_ WHERE dafpack0_....@p0; @p0 =
'4ad84beb-8f5a-46f5-a078-f3234a3f69e2'

The SQL is very hard to read in comparing to :

SELECT ID, Name, ContainerPackID FROM MDA_SYS.MDA_SV_Pack WHERE ID =...@p0;

thanks

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