Click or drag to resize
EntityFields2Clone Method
Clones this instance and its contents using a deep copy.

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 virtual EntityFields2 Clone()

Return Value

Type: EntityFields2
an exact, deep copy of this EntityFields2 object and its contents.

Implements

IEntityFields2Clone
See Also