This question is locked. New answers and comments are not allowed.
Hi,
I have a few stored procedures whose results do not map to a table in the database. In situations like this, it looks like the options are to retrieve the data from an object array that is returned, or create an empty view on the database and use it as the return type.
Is it possible to manually create a persistent class in the data model that does not exist in the database, and can be used as the return type for a stored proc?
Thanks.
Chris