The children to whom we should cascade.
Namespace:
NHibernate.EngineAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function CascadableChildrenCollection ( _ collectionType As CollectionType, _ collection As Object _ ) As ICollection |
C# |
---|
public abstract ICollection CascadableChildrenCollection( CollectionType collectionType, Object collection ) |
Visual C++ |
---|
public: virtual ICollection^ CascadableChildrenCollection( CollectionType^ collectionType, Object^ collection ) abstract |
JavaScript |
---|
function cascadableChildrenCollection(collectionType, collection); |