摘要: cast('字段名' as typ1)其中typ1 类型为nhibernate定义的类型如string int入校写法会报错cast ("id" as char(20)) 正确写法为 cast("id" as string) 阅读全文
posted @ 2010-10-26 14:52 微雨杏花村 阅读(921) 评论(0) 推荐(0) 编辑