Extended Binding ListTSort Property Core Property
This returns the current property descriptor if sorting has been applied
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 PropertyDescriptor? SortPropertyCore { get; }VB
Protected Overrides ReadOnly Property SortPropertyCore As PropertyDescriptor
GetC++
protected:
virtual property PropertyDescriptor^ SortPropertyCore {
PropertyDescriptor^ get () override;
}F#
abstract SortPropertyCore : PropertyDescriptor with get
override SortPropertyCore : PropertyDescriptor with get