Extended Binding ListTSupports Sorting Core Property
This is used to indicate whether or not sorting is supported
Definition
Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
This always returns true.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
protected override bool SupportsSortingCore { get; }VB
Protected Overrides ReadOnly Property SupportsSortingCore As Boolean
GetC++
protected:
virtual property bool SupportsSortingCore {
bool get () override;
}F#
abstract SupportsSortingCore : bool with get
override SupportsSortingCore : bool with getProperty Value
BooleanThis always returns true.