Click or drag to resize
FieldElementClone Method
Clones this instance.

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

Parameters

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

Return Value

Type: FieldElement
new fieldelement instance with the same data as this instance
See Also