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