I'm using entity framework, and imagine that I have a function where returns a table with the following columns:
- StudentId : smallint
- TestTemplateId : smallint
- Date : date
As you can see, I'm returning a table with only ids. In the application I have a classes like Student and TestTemplate, I don't know if it will be possible that the function can map to complex objects.