IExpressionValet InstanceDbAddClone Method µStrata MathDaemon™ WCF
Save the instance to database as clone of already saved instance.

The method does not affects the cache

Namespace: uStrata.MathDaemon.Wcf.Contracts
Assembly: uStrata.MathDaemon.Wcf.Contracts.Expression (in uStrata.MathDaemon.Wcf.Contracts.Expression.dll) Version: 1.1.5779.28282
Syntax

MathDaemonResponse<Object> InstanceDbAddClone(
	ExpressionContent expressionContent,
	Guid parentInstanceId
)

Parameters

expressionContent
Type: uStrata.MathDaemon.Wcf.Contracts.Types ExpressionContent
ExpressionContent object with all data
parentInstanceId
Type: System Guid
Parent instance identifier

Return Value

Type: MathDaemonResponse Object 
MathDaemonResponse object
See Also