Add child/parent relation to cache for cascading operations

Namespace: NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
void AddChildParent(
	Object child,
	Object parent
)
Visual Basic
Sub AddChildParent ( _
	child As Object, _
	parent As Object _
)
Visual C++
void AddChildParent(
	Object^ child, 
	Object^ parent
)

Parameters

child
Type: System..::..Object
The child.
parent
Type: System..::..Object
The parent.

See Also