Click or drag to resize
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)
Syntax
public static IEntityFieldCore CloneField(
	IEntityFieldCore toClone
)

Parameters

toClone
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
To clone.

Return Value

Type: IEntityFieldCore
a clone of the field passed in with the expression / aggregate function equal to the passed in field.
See Also