OrderedCollection<T>.FindAll Method

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<IMetadataObject>.FindAll(String) Determines whether the collection contains an element that has 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.

Top

See Also

Reference

OrderedCollection<T> Class

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace