I have a requirement, where all records of child collection are to be passed as XML to the stored procedure.
My stored procedure is also having some complex checks and once it is verified then it will add those records.
Has anybody done anything like that or is there any example on how collection object is modifed to support this..
Kindly help..
Hi,
Rocky referenced the following article in one of his blog posts. Maybe it's of any help...
http://dotnet.sys-con.com/read/406637.htm
Cheers,
Herman
Thanks for the help but this is not exactly what i was looking for.
Currently in our BO's, all child collections simply request child object to save itself but in my case, collection will be responsible for sending all child objects together to stored proc.
If checks are passed in stored proc for all records then it will be added.
Copyright (c) Marimer LLC