Observance Rule CollectionSort(Boolean) Method
This is used to sort the collection in ascending or descending order by rule type and start date
Definition
Namespace: EWSoftware.PDI.Objects
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#
public void Sort(
bool ascending
)VB
Public Sub Sort (
ascending As Boolean
)C++
public:
void Sort(
bool ascending
)F#
member Sort :
ascending : bool -> unit Parameters
- ascending Boolean
- Pass true for ascending order, false for descending order