| EntityFieldsShallowClone Method  | 
 
            Creates a shallow copy of this instance, which means that a new EntityFields object is created but all membervariables are kept the same. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic virtual EntityFields ShallowClone()
Public Overridable Function ShallowClone As EntityFields
Return Value
Type: 
EntityFieldsShallow copy of this instance
Implements
IEntityFieldsShallowClone
See Also