ComponentOne DataObjects for .NET
IndexOf(Table) Method

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

Parameters

table
The element of the collection.

Return Value

Gets the index of an object.
See Also

Reference

TableCollection Class
TableCollection Members
Overload List