GeneralUtilsCreateUsableRelationCollectionClone Method  | 
 
            Creates a usable relation collection clone.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic static IRelationCollection CreateUsableRelationCollectionClone(
	IRelationCollection toClone
)
Public Shared Function CreateUsableRelationCollectionClone ( 
	toClone As IRelationCollection
) As IRelationCollection
Parameters
- toClone
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
To clone. 
Return Value
Type: 
IRelationCollectionA clone of toClone or a new RelationCollection if toClone is null
See Also