Return a deep copy of the persistent state, stopping at entities and at collections.

Namespace: NHibernate.UserTypes
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
Function DeepCopy ( _
	value As Object _
) As Object
C#
Object DeepCopy (
	Object value
)
Visual C++
Object^ DeepCopy (
	Object^ value
)

Parameters

value
System.Object
generally a collection element or entity field

Return Value