Return a deep copy of the persistent state, stopping at entities and at collections.
Namespace: NHibernate.UserTypesAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
Object DeepCopy( Object value ) |
Visual Basic |
---|
Function DeepCopy ( _ value As Object _ ) As Object |
Visual C++ |
---|
Object^ DeepCopy( Object^ value ) |
Parameters
- value
- Type: System..::..Object
generally a collection element or entity field
Return Value
[Missing <returns> documentation for "M:NHibernate.UserTypes.ICompositeUserType.DeepCopy(System.Object)"]