EntityFieldsCoreTFieldCreateDeepClone 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.9.0.0 (5.9.0)
Syntaxprotected virtual EntityFieldsCore<TField> CreateDeepClone()
Protected Overridable Function CreateDeepClone As EntityFieldsCore(Of TField)
Return Value
Type: 
EntityFieldsCoreTFieldan exact, deep copy of this object and its contents.
See Also