| LinqUtilsCloneField Method (IEntityFieldCore) | 
 
            Clones the field passed in.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic static IEntityFieldCore CloneField(
	IEntityFieldCore toClone
)
Public Shared Function CloneField ( 
	toClone As IEntityFieldCore
) As IEntityFieldCore
Parameters
- toClone
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
To clone. 
Return Value
Type: 
IEntityFieldCorea clone of the field passed in with the expression / aggregate function equal to the passed in field.
See Also