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.5.0.0 (5.5.18.1019)
Syntaxpublic virtual EntityFields Clone()
Public Overridable Function Clone As EntityFields
Return Value
Type: 
EntityFieldsan exact, deep copy of this EntityFields object and its contents.
Implements
IEntityFieldsClone
See Also