Extended Binding ListTApply Sort Core Method
This is overridden to apply a sort based on the selected property descriptor and sort direction
Definition
Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
protected override void ApplySortCore(
PropertyDescriptor prop,
ListSortDirection direction
)VB
Protected Overrides Sub ApplySortCore (
prop As PropertyDescriptor,
direction As ListSortDirection
)C++
protected:
virtual void ApplySortCore(
PropertyDescriptor^ prop,
ListSortDirection direction
) overrideF#
abstract ApplySortCore :
prop : PropertyDescriptor *
direction : ListSortDirection -> unit
override ApplySortCore :
prop : PropertyDescriptor *
direction : ListSortDirection -> unit Parameters
- prop PropertyDescriptor
- The property descriptor to use for the sort values
- direction ListSortDirection
- The direction of the sort