Given a collection, get an iterator of the children upon which the
current cascading action should be visited.
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public abstract IEnumerable GetCascadableChildrenIterator( IEventSource session, CollectionType collectionType, Object collection ) |
Visual Basic |
---|
Public MustOverride Function GetCascadableChildrenIterator ( _ session As IEventSource, _ collectionType As CollectionType, _ collection As Object _ ) As IEnumerable |
Visual C++ |
---|
public: virtual IEnumerable^ GetCascadableChildrenIterator( IEventSource^ session, CollectionType^ collectionType, Object^ collection ) abstract |
Parameters
- session
- Type: NHibernate.Event..::..IEventSource
The session within which the cascade is occurring.
- collectionType
- Type: NHibernate.Type..::..CollectionType
The mapping type of the collection.
- collection
- Type: System..::..Object
The collection instance.