Click or drag to resize

GeneralUtilsCreateUsableBucketClone Method

Creates the usable bucket clone.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public static IRelationPredicateBucket CreateUsableBucketClone(
	IRelationPredicateBucket toClone
)

Parameters

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

Return Value

Type: IRelationPredicateBucket
a clone of the bucket passed in or a new RelationPredicateBucket if toClone is null
See Also