ComponentOne DataObjects for .NET
Contains Method (C1DataRowCollection)

C1.Data.2 Assembly > C1.Data Namespace > C1DataRowCollection Class : Contains Method
The object to locate in the collection.
Returns True if the collection contains the specific item, False otherwise.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal row As C1DataRow _
) As System.Boolean
public System.bool Contains( 
   C1DataRow row
)

Parameters

row
The object to locate in the collection.
See Also

Reference

C1DataRowCollection Class
C1DataRowCollection Members
C1DataRowCollection Class