Click or drag to resize
IFieldElementCoreClone Method
Clones this instance

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
IFieldElementCore Clone(
	GroupableModelElement containingElement,
	string name
)

Parameters

containingElement
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelGroupableModelElement
The containing element.
name
Type: SystemString
The name.

Return Value

Type: IFieldElementCore
new element with the same data and the containing element as its new containing element and the name specified as its new name
See Also