Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function ReplaceElements ( _ original As Object, _ target As Object, _ owner As Object, _ copyCache As IDictionary, _ session As ISessionImplementor _ ) As Object |
C# |
---|
public virtual Object ReplaceElements( Object original, Object target, Object owner, IDictionary copyCache, ISessionImplementor session ) |
Visual C++ |
---|
public: virtual Object^ ReplaceElements( Object^ original, Object^ target, Object^ owner, IDictionary^ copyCache, ISessionImplementor^ session ) |
JavaScript |
---|
function replaceElements(original, target, owner, copyCache, session); |
Parameters
- original
- Type: System..::.Object
- target
- Type: System..::.Object
- owner
- Type: System..::.Object
- copyCache
- Type: System.Collections..::.IDictionary
- session
- Type: NHibernate.Engine..::.ISessionImplementor