This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I have a stored procedure that returns a result set with entity definitions not mapped to any particular table. So I have created a class to return these objects as follows:
The Stored Procedure definition looks like this:
When I run the stored procedure using unitOfWork.FindBySql Why is this? Also, is there a way I can look at all questions I have posted on this forum through my profile? |
|
|
Got it. I had to decorate _entityLocation field in AdHocEntity with the ValueField attribute. |
|