Click or drag to resize
TypedListDefinitionClone Method
Clones this instance to a new typedlist (with deepclone) with the name and groupe specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public TypedListDefinition Clone(
	string cloneName,
	string cloneGroup
)

Parameters

cloneName
Type: SystemString
Name of the clone.
cloneGroup
Type: SystemString
The clone group.

Return Value

Type: TypedListDefinition
deep clone of this instance
See Also