| TypedListDefinitionClone Method  | 
            Clones this instance to a new typedlist (with deepclone) with the name and groupe specified. 
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedListsAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic TypedListDefinition Clone(
	string cloneName,
	string cloneGroup
)
Public Function Clone ( 
	cloneName As String,
	cloneGroup As String
) As TypedListDefinition
Parameters
- cloneName
 - Type: SystemString
Name of the clone. - cloneGroup
 - Type: SystemString
The clone group. 
Return Value
Type: 
TypedListDefinitiondeep clone of this instance
See Also