Click or drag to resize

IEntityFieldsClone 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.7.0.0 (5.7.0)
Syntax
EntityFields Clone()

Return Value

Type: EntityFields
an exact, deep copy of this EntityFields object and its contents.
See Also