Extended Binding ListTFind Core Method
This searches for the index of the item that has the specified property descriptor with the specified
value.
Definition
Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Returns the zero-based index of the item that matches the property descriptor and contains the specified value.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
protected override int FindCore(
PropertyDescriptor prop,
Object key
)VB
Protected Overrides Function FindCore (
prop As PropertyDescriptor,
key As Object
) As IntegerC++
protected:
virtual int FindCore(
PropertyDescriptor^ prop,
Object^ key
) overrideF#
abstract FindCore :
prop : PropertyDescriptor *
key : Object -> int
override FindCore :
prop : PropertyDescriptor *
key : Object -> int Parameters
- prop PropertyDescriptor
- The property descriptor used for the search
- key Object
- The value of the property to match
Return Value
Int32Returns the zero-based index of the item that matches the property descriptor and contains the specified value.