ComponentOne DataObjects for .NET
Contains Method (DataSetDefCollection)

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

Return Value

True if element is found in the collection; otherwise, False.
See Also

Reference

DataSetDefCollection Class
DataSetDefCollection Members