| EntityFieldsCoreTFieldCreateDeepCloneAsDirty Method  | 
 
            Clones this object to a new EntityFieldsCore<TField> object where all fields are changed and the object itself is marked dirty.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxprotected virtual EntityFieldsCore<TField> CreateDeepCloneAsDirty()
Protected Overridable Function CreateDeepCloneAsDirty As EntityFieldsCore(Of TField)
Return Value
Type: 
EntityFieldsCoreTField
See Also