Fix select on argument property on constructor tag
--------------------------------------------------

                 Key: IBATISNET-186
                 URL: http://issues.apache.org/jira/browse/IBATISNET-186
             Project: iBatis for .NET
          Issue Type: Bug
          Components: DataMapper
    Affects Versions: DataMapper 1.5.1
            Reporter: Gilles Bayon
         Assigned To: Gilles Bayon
             Fix For: DataMapper 1.6


Sample :

<resultMap id="SchemaComptable-Result" class="SchemaComptable">
<constructor>
             <argument argumentName="id" column="SchemaComptableId" />
             <argument argumentName="comptesImputation" 
column="Id=SchemaComptableId" select="RechercherComptesImputation" />        
</constructor>
</resultMap>



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to