Name PropertySortable Name Property
This read-only property can be used to get the name in a format suitable for sorting by last name
Definition
Namespace: EWSoftware.PDI.Properties
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 string SortableName { get; }VB
Public ReadOnly Property SortableName As String
GetC++
public:
property String^ SortableName {
String^ get ();
}F#
member SortableName : string with getProperty Value
StringRemarks
The name is returned in a comma-separated format in the order family name, given name,
additional names, name suffix, name prefix.