QuickObjects.ObjectBase Send comments on this topic.
CopyTo(JoinFieldCollection) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > JoinFieldCollection Class > CopyTo Method : CopyTo(JoinFieldCollection) Method
joinFields
Collection to copy to.
Copies all the JoinFields from this collection to another JoinField Collection.

Syntax

C# 
public void CopyTo( 
   JoinFieldCollection joinFields
)

Parameters

joinFields
Collection to copy to.

Requirements

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

See Also