hql 中cast 方法的使用

cast('字段名' as typ1)

其中typ1 类型为nhibernate定义的类型如string int 

入校写法会报错

cast ("id" as char(20))

正确写法为 cast("id" as string) 

posted @ 2010-10-26 14:52  微雨杏花村  阅读(921)  评论(0编辑  收藏  举报