At the moment my "task" class is mapped to a view, since I'm only selecting data in for a web service. However, now I need to write a windows service that updates the data. I can't use the view to update since it contains at least one constant string value.
So my question is how can I set different mappings for select, update (and delete) actions? I guess I could make a separate class (c# btw) and use that for the mapping, but that seems like an ugly solution. Any thoughts anyone? -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
