EntityFieldExpressionCreateCloneWithDifferentType Method  | 
 
            Creates a clone of this EntityFieldExpression 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.9.0.0 (5.9.0)
Syntaxpublic EntityFieldExpression CreateCloneWithDifferentType(
	Type newType
)
Public Function CreateCloneWithDifferentType ( 
	newType As Type
) As EntityFieldExpression
Parameters
- newType
 - Type: SystemType
The new type. 
Return Value
Type: 
EntityFieldExpression
            clone of this EntityFieldExpression with the same elements and a different Type
            
See Also