VTimeZoneCollectionFindAll Method
Retrieve all of the items that match the conditions defined by the specified predicate
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public ExtendedBindingList<VTimeZone> FindAll(
Predicate<VTimeZone> match
)
Public Function FindAll (
match As Predicate(Of VTimeZone)
) As ExtendedBindingList(Of VTimeZone)
public:
ExtendedBindingList<VTimeZone^>^ FindAll(
Predicate<VTimeZone^>^ match
)
member FindAll :
match : Predicate<VTimeZone> -> ExtendedBindingList<VTimeZone>
- match PredicateVTimeZone
- The PredicateT delegate that defines the conditions of the match
ExtendedBindingListVTimeZoneReturns a
ExtendedBindingListT containing all of the items that match the
conditions defined by the specified predicate. If none are found, the collection will be empty.