QuickObjects.ObjectBase Send comments on this topic.
Contains(String) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > JoinCollection Class > Contains Method : Contains(String) Method
name
Name of the Join to look for in the collection.
Returns true if the specified Join is contained within the collection.

Syntax

C# 
public bool Contains( 
   string name
)

Parameters

name
Name of the Join to look for in the collection.

Return Value

True if the Join is contained in the collection.

Requirements

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

See Also