QuickObjects.ObjectBase Send comments on this topic.
Remove Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > JoinCollection Class : Remove Method
join
The Join to remove.
Removes the first occurrence of a specific Join from the Collection.

Syntax

C# 
public void Remove( 
   Join join
)

Parameters

join
The Join to remove.

Requirements

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

See Also