QuickObjects.ObjectBase Send comments on this topic.
CopyTo(JoinCollection) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > JoinCollection Class > CopyTo Method : CopyTo(JoinCollection) Method
joins
Collection to copy to.
Copies all the Joins from this collection to another Join Collection.

Syntax

C# 
public void CopyTo( 
   JoinCollection joins
)

Parameters

joins
Collection to copy to.

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also