EntityFieldsCoreTFieldIEntityFieldsCoreShallowClone Method  | 
 
            Creates a shallow copy of this instance, which means that a new IEntityFieldsCore 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.9.0.0 (5.9.0)
SyntaxIEntityFieldsCore IEntityFieldsCore.ShallowClone()
Private Function ShallowClone As IEntityFieldsCore
	Implements IEntityFieldsCore.ShallowClone
Return Value
Type: 
IEntityFieldsCoreShallow copy of this instance
Implements
IEntityFieldsCoreShallowClone
See Also