Persist all reachable transient objects, reusing the current identifier
            values. Note that this will not trigger the Interceptor of the Session.
            
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
void Replicate( Object obj, ReplicationMode replicationMode )  | 
| Visual Basic | 
|---|
Sub Replicate ( _ obj As Object, _ replicationMode As ReplicationMode _ )  | 
| Visual C++ | 
|---|
void Replicate( Object^ obj, ReplicationMode^ replicationMode )  | 
Parameters
- obj
 - Type: System..::..Object
a detached instance of a persistent class 
- replicationMode
 - Type: NHibernate..::..ReplicationMode
[Missing <param name="replicationMode"/> documentation for "M:NHibernate.ISession.Replicate(System.Object,NHibernate.ReplicationMode)"]