Gets the index of the specified SQL quailfied name represented as string.
            
            
            
            
            
            
            
            'Declaration
 
Public Overloads Function FindByName( _
   ByVal  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 
)
             
        
            
            public: System.int FindByName( 
   System.string* 
) 
             
        
             
        
            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.