I have two tables: Vehicle and Images, where a vehicle can have n images. When performing an inner join I get the following result: Vehicle1-Endereco picture Vehicle1-Endereco picture Vehicle2-Endereco picture Vehicle2-Endereco picture Vehicle2-Endereco picture I wonder if there is any way to get the results this way: V1-All Images of the Vehicle1 V2-All Vehicle Images2
I am developing a project in asp net mvc and would like to send this last result to my view. There is something I can do to get the data this way.