NamePropertySortableName 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: 2023.1.2.0
public string SortableName { get; }

Property Value

String

Remarks

The name is returned in a comma-separated format in the order family name, given name, additional names, name suffix, name prefix.

See Also