VTimeZoneCollection.FindAll Method

Retrieve all of the items that match the conditions defined by the specified predicate

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public ExtendedBindingList<VTimeZone> FindAll(
	Predicate<VTimeZone> match
)

Parameters

match  Predicate<VTimeZone>
The Predicate<T> delegate that defines the conditions of the match

Return Value

ExtendedBindingList<VTimeZone>
Returns a ExtendedBindingList<T> containing all of the items that match the conditions defined by the specified predicate. If none are found, the collection will be empty.

See Also