Group must use "pre-instantiated" result objects
-------------------------------------------------
Key: IBATISNET-241
URL: https://issues.apache.org/jira/browse/IBATISNET-241
Project: iBatis for .NET
Issue Type: Bug
Components: DataMapper
Affects Versions: DataMapper 1.6.1
Reporter: Gilles Bayon
Assignee: Gilles Bayon
Priority: Minor
Fix For: DataMapper 1.6.2
Example
Customer result1 = new Customer();
Mapper.QueryForObject("stmt", paramObject, result1));
Detected and reported by Stefan Raffeiner in the mailling list.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.