Please help
how to create property in collection and how to pass that value when called insert, update methods?
You would typically rather pass parameters from the parent business object down to the child collection for fetch/insert/update/delete.
You can create a regular .NET property as well (but no support for managed properties, rules or authorization) and should then also override and add code to OnGetState/OnSetState for the properties.
Copyright (c) Marimer LLC