Saves a copy of instance to the database

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

Syntax

C#
public static Object SaveCopy(
	Object instance
)

Parameters

instance
Object
The transient instance to be copied

Return Value

The saved ActiveRecord instance

See Also