ComponentOne DataObjects for .NET
IndexOf(TableField) Method

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > TableFieldCollection Class > IndexOf Method : IndexOf(TableField) Method
The field object to locate in the collection.
Returns the zero-based index of a field in the collection.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal field As TableField _
) As System.Integer
public System.int IndexOf( 
   TableField field
)

Parameters

field
The field object to locate in the collection.

Return Value

The zero-based index of an element, if found; otherwise, -1.
See Also

Reference

TableFieldCollection Class
TableFieldCollection Members
Overload List