QuickObjects.ObjectBase Send comments on this topic.
Insert Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > JoinFieldCollection Class : Insert Method
index
Position at which to insert the joinField.
joinField
JoinField to insert.
Inserts the JoinField into the collection at the specified position.

Syntax

C# 
public void Insert( 
   int index,
   JoinField joinField
)

Parameters

index
Position at which to insert the joinField.
joinField
JoinField to insert.

Requirements

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

See Also