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.6.0.0 (5.6.19.0117)
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