How can I select specific Columns with createQueryBuilder in Doctrine ORM?(如何在 Doctrine ORM 中使用 createQueryBuilder 选择特定列?)
本文介绍了如何在 Doctrine ORM 中使用 createQueryBuilder 选择特定列?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用 Doctrine createQueryBuilder()
在 Symfony2 中构建查询.但是,我不想获取此实体中的所有列.如何仅选择 ID 和名称?
I'm using Doctrine createQueryBuilder()
to construct queries in Symfony2. But, I don't want to take all columns in this entity. How can I select only the ID and Name?
非常感谢,
推荐答案
尝试以下,
这篇关于如何在 Doctrine ORM 中使用 createQueryBuilder 选择特定列?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!