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