Active Query Builder 2 .NET Edition reference
IndexOf(OutputColumn) Method



Determines the index of the first found item based on the specified Output Column in the list.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal column As OutputColumn _
) As System.Integer
'Usage
 
Dim instance As SortedColumnList
Dim column As OutputColumn
Dim value As System.Integer
 
value = instance.IndexOf(column)
public System.int IndexOf( 
   OutputColumn column
)
public: System.int IndexOf( 
   OutputColumn* column
) 

Parameters

column

Return Value

Returns the index of the specified column; returns -1 if item is not found.
See Also

Reference

SortedColumnList Class
SortedColumnList Members
Overload List

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback