ComponentOne DataObjects for .NET
Contains Method (C1DataView)

C1.Data.2 Assembly > C1.Data Namespace > C1DataView Class : Contains Method
The row to locate in the collection.
Determines whether an element is in the collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal row As DataItem _
) As System.Boolean
public System.bool Contains( 
   DataItem row
)

Parameters

row
The row to locate in the collection.

Return Value

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

Reference

C1DataView Class
C1DataView Members