如何使用 fluencenhibernate 仅加载某些列?
我想知道如何在填充实体对象时仅填充某些列?
我对该实体的某些属性感兴趣,而不是全部。
但是当我使用会话来获取实体时,它会发送诸如“select * from Customer”之类的查询。
但我想做“从客户中选择客户名称”。
我认为这与 LazyLoad() 有关,但我不确定具体如何。
任何帮助将不胜感激。
提前致谢, 阿什什
I want to know how can i fill only certain columns while filling the entity object?
i am interested in certain properties of the entity and not all.
but when i use session to fetch the entity it sends query like "select * from Customer" for example.
but i want to do "Select customerName from Customer".
I think it has some thing to do with LazyLoad() but i am not sure how exactly.
Any help will be highly appriciated.
Thanks in Advance,
Ashish
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)