DictionaryCollectionBase<T, U>.FindAll Method (String)

Finds 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
Public Function FindAll ( _
    name As String _
) As IEnumerable(Of T)
'Usage
Dim instance As DictionaryCollectionBase 
Dim name As String 
Dim returnValue As IEnumerable(Of T)

returnValue = instance.FindAll(name)
public IEnumerable<T> FindAll(
    string name
)
public:
virtual IEnumerable<T>^ FindAll(
    String^ name
) sealed
abstract FindAll : 
        name:string -> IEnumerable<'T> 
override FindAll : 
        name:string -> IEnumerable<'T> 
public final function FindAll(
    name : String
) : IEnumerable<T>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<T>
An enumerator over all the elements with the specified name.

Implements

IMetadataCollection<T>.FindAll(String)

See Also

Reference

DictionaryCollectionBase<T, U> Class

FindAll Overload

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace