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.4.0.0 (5.4.0)
Syntax public static IRelationPredicateBucket CreateUsableBucketClone(
IRelationPredicateBucket toClone
)
Public Shared Function CreateUsableBucketClone (
toClone As IRelationPredicateBucket
) As IRelationPredicateBucket
Parameters
- toClone
- Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationPredicateBucket
To clone.
Return Value
Type:
IRelationPredicateBucketa clone of the bucket passed in or a new RelationPredicateBucket if toClone is null
See Also