The children to whom we should cascade.

Namespace:  NHibernate.Engine
Assembly:  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);

Parameters

collectionType
Type: NHibernate.Type..::.CollectionType
collection
Type: System..::.Object

See Also