ComponentOne DataObjects for .NET
Contains Method (ViewRelationCollection)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > ViewRelationCollection Class : Contains Method
The ViewRelation.Name of the element. The search is not case-sensitive.
Determines whether an element is in the collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal name As System.String _
) As System.Boolean
public System.bool Contains( 
   System.string name
)

Parameters

name
The ViewRelation.Name of the element. The search is not case-sensitive.

Return Value

True if element with a given name is found in the collection; otherwise, False.
See Also

Reference

ViewRelationCollection Class
ViewRelationCollection Members