Click or drag to resize
LLBLGenProExpressionExpression.CreateCloneWithDifferentType Method
Creates a clone of this LLBLGenProExpressionExpression with the same elements and a different Type

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public LLBLGenProExpressionExpression CreateCloneWithDifferentType(
	Type newType
)

Parameters

newType
Type: System.Type
The new type.

Return Value

Type: LLBLGenProExpressionExpression
clone of this LLBLGenProExpressionExpression with the same elements and a different Type
See Also