QuickObjects.ObjectBase Send comments on this topic.
Add Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > JoinFieldCollection Class : Add Method
joinField
JoinField to add to the collection.
Adds a joinField to the collection.

Syntax

C# 
public int Add( 
   JoinField joinField
)

Parameters

joinField
JoinField to add to the collection.

Return Value

Index at which the JoinField was added.

Requirements

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

See Also