Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public static IRelationCollection CreateUsableRelationCollectionClone(
	IRelationCollection toClone
)

Parameters

toClone
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
To clone.

Return Value

Type: IRelationCollection
A clone of toClone or a new RelationCollection if toClone is null
See Also