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
)
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