TriTypeSortedListCollection<T, B1, B2>.FindAll Method

Include Protected Members
Include Inherited Members

Retrieves all elements in the collection that match the conditions defined by the specified predicate.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Explicit interface implemetationPrivate method IMetadataCollection<B>.FindAll(Predicate<B>) Retrieves all elements in the collection that match the conditions defined by the specified predicate. (Inherited from DualTypeSortedListCollection<T, B>.)
Explicit interface implemetationPrivate method IMetadataCollection<B>.FindAll(String) Retrieves all elements in the collection that have the specified name. (Inherited from DualTypeSortedListCollection<T, B>.)
Explicit interface implemetationPrivate method IMetadataCollection<IMetadataObject>.FindAll(String) Retrieves all elements in the collection that have the specified name. (Inherited from SortedListCollection<T>.)
Explicit interface implemetationPrivate method IMetadataCollection<B2>.FindAll(Predicate<B2>) Retrieves all elements in the collection that match the conditions defined by the specified predicate.
Explicit interface implemetationPrivate method IMetadataCollection<B2>.FindAll(String) Retrieves all elements in the collection that have the specified name.
Explicit interface implemetationPrivate method IMetadataCollection<IMetadataObject>.FindAll(Predicate<IMetadataObject>) Retrieves all elements in the collection that match the conditions defined by the specified predicate. (Inherited from SortedListCollection<T>.)

Top

See Also

Reference

TriTypeSortedListCollection<T, B1, B2> Class

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace