ComponentOne DataObjects for .NET
Contains Method (TableViewFieldCollection)

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

Return Value

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

Reference

TableViewFieldCollection Class
TableViewFieldCollection Members