ComponentOne DataObjects for .NET
Contains Method (TableCollection)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > TableCollection Class : Contains Method
The Table.Name of the element.
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 Table.Name of the element.

Return Value

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

Reference

TableCollection Class
TableCollection Members