IFieldElementCoreClone Method  | 
 
            Clones this instance
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
SyntaxIFieldElementCore Clone(
	GroupableModelElement containingElement,
	string name
)
Function Clone ( 
	containingElement As GroupableModelElement,
	name As String
) As IFieldElementCore
Parameters
- containingElement
 - Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelGroupableModelElement
The containing element. - name
 - Type: SystemString
The name. 
Return Value
Type: 
IFieldElementCorenew element with the same data and the containing element as its new containing element and the name specified as its new name
See Also