Child_Insert not implemented

Child_Insert not implemented

Old forum URL: forums.lhotka.net/forums/t/6489.aspx


BuckeyeJeff posted on Monday, February 23, 2009

I am getting this error when I call update in my BusinessListBase

[Transactional(TransactionalTypes.TransactionScope)]

protected override void DataPortal_Update()

{

this.Child_Update();

}

 

I do not see and overridable method in BusinessBase that is Child_Insert or in the BusinessListBase.  Not share where I am to put this.

ajj3085 replied on Monday, February 23, 2009

Did you try adding a private Child_Insert in the type which is contained in the BLB?

Copyright (c) Marimer LLC