LLBLGenProExpressionExpressionCreateCloneWithDifferentType Method |
Creates a clone of this LLBLGenProExpressionExpression with the same elements and a different Type
Namespace: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public LLBLGenProExpressionExpression CreateCloneWithDifferentType(
Type newType
)
Public Function CreateCloneWithDifferentType (
newType As Type
) As LLBLGenProExpressionExpression
Parameters
- newType
- Type: SystemType
The new type.
Return Value
Type:
LLBLGenProExpressionExpression
clone of this LLBLGenProExpressionExpression with the same elements and a different Type
See Also