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



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

Parameters

item
See Also

Reference

OutputColumnList Class
OutputColumnList Members
Overload List

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback