QuickObjects.ObjectBase Send comments on this topic.
Add Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > JoinCollection Class : Add Method
join
Join to add to the collection.
Adds a join to the collection.

Syntax

C# 
public int Add( 
   Join join
)

Parameters

join
Join to add to the collection.

Return Value

Index at which the Join was added.

Requirements

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

See Also