I need to use a RetrievalAction SPROC but want to get an enumerable collection rather than a DataTable. Seems that a Projection is the perfect solution but I am confused about how to setup the ResultsetFields object passed to FetchProjection.
I see the example under "Projecting Dynamic List resultset onto custom classes" in the llblgen2 user manual which shows assignments of entity field members to the ResultsetFields array items but what do I do if one of my resultset columns do not map to any Entity (table)?
In my specific case, the column in question is a int value that is calculated in the SPROC for each row.