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



Determines the index of item with the specified SQL Expression string in the list.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal expression As System.String _
) As System.Integer
'Usage
 
Dim instance As SortedColumnList
Dim expression As System.String
Dim value As System.Integer
 
value = instance.IndexOf(expression)
public System.int IndexOf( 
   System.string expression
)
public: System.int IndexOf( 
   System.string* expression
) 

Parameters

expression

Return Value

Returns the index of item with the specified SQL Expression; 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