| LinqUtilsCloneField Method (IEntityFieldCore, Boolean) | 
            Clones the field passed in.
            
 
Namespace: SD.LLBLGen.Pro.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic static IEntityFieldCore CloneField(
	IEntityFieldCore toClone,
	bool resetExpressionAggregate
)
Public Shared Function CloneField ( 
	toClone As IEntityFieldCore,
	resetExpressionAggregate As Boolean
) As IEntityFieldCore
Parameters
- toClone
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
To clone. - resetExpressionAggregate
 - Type: SystemBoolean
flag to signal whether expression and aggregatefunction have to be reset 
Return Value
Type: 
IEntityFieldCoreclone of passed in field.
See Also