ExpressionNode.DeepClone Method

Definition

Creates a deep clone of the current expresion. The evaluation results are copied by reference, not by value.

public virtual Microsoft.SqlServer.Management.Dmf.ExpressionNode DeepClone ();
abstract member DeepClone : unit -> Microsoft.SqlServer.Management.Dmf.ExpressionNode
override this.DeepClone : unit -> Microsoft.SqlServer.Management.Dmf.ExpressionNode
Public Overridable Function DeepClone () As ExpressionNode

Returns

Applies to