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

Syntax

C# 
public void Insert( 
   int index,
   Join join
)

Parameters

index
Position at which to insert the join.
join
Join to insert.

Requirements

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

See Also