No. The good news is that because of this: http://issues.apache.org/jira/browse/IBATISNET-143
selectKey nodes are processed in the same way all the other statement nodes are processed. I think its just a one line fix: // InsertDeSerializer.cs:84 selectKey.ResultMapName = NodeUtils.GetStringAttribute(prop, "resultMap"); If you create an issue: http://issues.apache.org/jira/browse/IBATISNET I'll look into it. --- Mario Chavez <[EMAIL PROTECTED]> wrote: > Hello; > > I'm just wondering if the selectkey declaration can have a resultmap. > What I > need is to return additional fields every time that I insert a record > to the > database. > Is this possible? > > I'm using datamapper 1.3.0 from binaries. > > Thanks > -- > Mario Chavez > [EMAIL PROTECTED] > http://mario-chavez.decisionesinteligentes.com/ >

