DualTypeSortedListCollection<T, B>.IMetadataCollection<B>.FindAll Method (String)

Retrieves all elements in the collection that have the specified name.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Private Function FindAll ( _
    name As String _
) As IEnumerable(Of B) Implements IMetadataCollection(Of B).FindAll
'Usage
Dim instance As DualTypeSortedListCollection 
Dim name As String 
Dim returnValue As IEnumerable(Of B)

returnValue = CType(instance, IMetadataCollection(Of B)).FindAll(name)
IEnumerable<B> IMetadataCollection<B>.FindAll(
    string name
)
private:
virtual IEnumerable<B>^ FindAll(
    String^ name
) sealed = IMetadataCollection<B>::FindAll
private abstract FindAll : 
        name:string -> IEnumerable<'B> 
private override FindAll : 
        name:string -> IEnumerable<'B> 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • name
    Type: String
    The element name to find.

Return Value

Type: IEnumerable<B>
An enumerator over all the elements that have the specified name.

Implements

IMetadataCollection<T>.FindAll(String)

See Also

Reference

DualTypeSortedListCollection<T, B> Class

FindAll Overload

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace