Extended Binding ListTIs Sorted Core Property
This returns a flag indicating whether or not sorting is currently applied
Definition
Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Returns true if sorting is applied or false if not
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
protected override bool IsSortedCore { get; }VB
Protected Overrides ReadOnly Property IsSortedCore As Boolean
GetC++
protected:
virtual property bool IsSortedCore {
bool get () override;
}F#
abstract IsSortedCore : bool with get
override IsSortedCore : bool with getProperty Value
BooleanReturns true if sorting is applied or false if not