ComponentOne DataObjects for .NET
IndexOf(String) Method

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > TableCollection Class > IndexOf Method : IndexOf(String) Method
The Table.Name of the element.
Gets the index of an object in the collection.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal name As System.String _
) As System.Integer
public System.int IndexOf( 
   System.string name
)

Parameters

name
The Table.Name of the element.

Return Value

Returns the index of the object.
See Also

Reference

TableCollection Class
TableCollection Members
Overload List