Click or drag to resize

FieldElement.IFieldElementCore.Clone Method

Clones this instance

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

Parameters

containingElement
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.GroupableModelElement
The containing element.
name
Type: System.String
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

Implements

IFieldElementCore.Clone(GroupableModelElement, String)
See Also