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



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

Parameters

obj
The SQL qualified name 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