Saves a copy of the instance to the database

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

Syntax

C#
public static T SaveCopy(
	T instance
)

Parameters

instance
T

[Missing <param> documentation for "instance"]

Return Value

The saved instance

See Also