Click or drag to resize
LinqUtilsCloneField Method (IEntityFieldCore, Boolean)
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,
	bool resetExpressionAggregate
)

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: IEntityFieldCore
clone of passed in field.
See Also