Typos in documentation section 3.5.2.4 --------------------------------------
Key: IBATISNET-207 URL: https://issues.apache.org/jira/browse/IBATISNET-207 Project: iBatis for .NET Issue Type: Bug Components: DataMapper Affects Versions: DataMapper 1.6 Environment: Documentation Reporter: Bob Hanson Priority: Minor Currently documentation: 3.5.2.4. groupBy The optional groupBy attribute specifies a list of .NET properties names of the result object build by the resultMap. Thera are used to identify unique rows in the returned result set. Rows with equal values for the specified properties will only generate one result object. Use groupBy in combination with nested resultMaps to solve the N+1 query problem. Exemple : "Id" or "Desciption, Date".(see paragraph 3.5.13). Corrected documentation: 3.5.2.4. groupBy The optional groupBy attribute specifies a list of .NET property names of the result object built by the resultMap. They are used to identify unique rows in the returned result set. Rows with equal values for the specified properties will only generate one result object. Use groupBy in combination with nested resultMaps to solve the N+1 query problem. Exemple : "Id" or "Desciption, Date".(see paragraph 3.5.13). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.