Allow Reading Results of a ProcedureQuery into a Projection

2
Voted

Just as one can read the results of a Query into a projection via:

UOW.Project(query)

it would be cool if we could read the results of a ProcedureQuery into a custom structure via:

UOW.Project(procedureQuery)

Status: New