From NHibernate documentation: Persist all reachable transient objects, reusing the current identifier values. Note that this will not trigger the Interceptor of the Session.

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public static void Replicate(
	Object instance,
	ReplicationMode replicationMode
)

Parameters

instance
Object
The instance.
replicationMode
ReplicationMode
The replication mode.

See Also