Click or drag to resize
EntityFieldClone Method
Creates a deep copy of this IEntityField object

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override Object Clone()

Return Value

Type: Object
A deep copy of this object

Implements

ICloneableClone
See Also