Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function Replace ( _ original As Object(), _ target As Object(), _ types As IType(), _ session As ISessionImplementor, _ owner As Object, _ copiedAlready As IDictionary _ ) As Object() |
C# |
---|
public static Object[] Replace( Object[] original, Object[] target, IType[] types, ISessionImplementor session, Object owner, IDictionary copiedAlready ) |
Visual C++ |
---|
public: static array<Object^>^ Replace( array<Object^>^ original, array<Object^>^ target, array<IType^>^ types, ISessionImplementor^ session, Object^ owner, IDictionary^ copiedAlready ) |
JavaScript |
---|
NHibernate.Type.TypeFactory.replace = function(original, target, types, session, owner, copiedAlready); |
Parameters
- original
- Type: array<
System..::.Object
>[]()[]
- target
- Type: array<
System..::.Object
>[]()[]
- types
- Type: array<
NHibernate.Type..::.IType
>[]()[]
- session
- Type: NHibernate.Engine..::.ISessionImplementor
- owner
- Type: System..::.Object
- copiedAlready
- Type: System.Collections..::.IDictionary