ComponentOne DataObjects for .NET
Contains Method (ConnectionCollection)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > ConnectionCollection Class : Contains Method
The Connection.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 Connection.Name of the element. The search is not case-sensitive.

Return Value

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

Reference

ConnectionCollection Class
ConnectionCollection Members