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



The SQL qualifed name string to find in the list.
Gets the index of the specified SQL quailfied name represented as string.
Syntax
'Declaration
 
Public Overloads Function FindByName( _
   ByVal name As System.String _
) As System.Integer
'Usage
 
Dim instance As SQLQualifiedNameList
Dim name As System.String
Dim value As System.Integer
 
value = instance.FindByName(name)
public System.int FindByName( 
   System.string name
)
public: System.int FindByName( 
   System.string* name
) 

Parameters

name
The SQL qualifed name string to find in the list.

Return Value

The zero-based index of the specified SQL qualified name if found in the list; -1 otherwise.
See Also

Reference

SQLQualifiedNameList Class
SQLQualifiedNameList Members
Overload List

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback