How to get the alias data when the records are found through PHQL(modelsmanager)
for example
$query=$this->modelsManager->createQuery( SELECT * FROM CorporateWalletRelation);
$records=$query->execute();
now using $records i want the alias data of CorporateWalletRelation