Closed GoogleCodeExporter closed 9 years ago
More info about that issue.
In the file CSLA\VisualBasic\Common\DataPortalFetchList.ParameterizedSQL.cst
we have the follow line of code:
Me.Add(New <%= BusinessProjectName %>.<%=
ResolveTargetClassName(ChildBusinessClassName, "Info",
BusinessClassName.Contains("InfoList") AndAlso
IsReadOnlyBusinessObject("Info")) %>(reader))
The only difference that I found when it is called from inside or from outside
of Entities.csp is follow:
Call from inside for object named ProductInfoList:
-------------------------------------------------
ChildBusinessClassName:Product
BusinessClassName:ProductInfoList
Call from outside for object named ProductMiniInfoList:
------------------------------------------------------
ChildBusinessClassName:ProductMiniInfoList
BusinessClassName:ProductMiniInfoList
Then, the issue is more related to the resolution of the ChildBusinessClassName
property when it is used from in/out Entities.csp.
Original comment by bernyrod...@gmail.com
on 2 Aug 2010 at 10:29
Original comment by bniemyjski
on 2 Aug 2010 at 9:11
Hello,
I'll take a look into this and see if I can find a solution.
Thanks
-Blake Niemyjski
Original comment by bniemyjski
on 17 Aug 2010 at 10:34
Hello,
I have added a child business class name property that resolves this.
Thanks
-Blake Niemyjski
Original comment by bniemyjski
on 24 Aug 2010 at 6:40
Original issue reported on code.google.com by
bernyrod...@gmail.com
on 2 Aug 2010 at 9:43Attachments: