ASP.NET Core MVC コントロールヘルプ
SortComparer プロパティ (PivotFieldBase)

C1.AspNetCore.Mvc.Olap アセンブリ > C1.Web.Mvc.Olap 名前空間 > PivotFieldBase クラス : SortComparer プロパティ
Gets or sets a function used to compare values when sorting.
シンタックス
'宣言
 
Public Property SortComparer As System.String
public System.string SortComparer {get; set;}
解説
If provided, the sort comparer function should take as parameters two values of any type, and should return -1, 0, or +1 to indicate whether the first value is smaller than, equal to, or greater than the second. If the sort comparer returns null, the standard built-in comparer is used.
参照

PivotFieldBase クラス
PivotFieldBase メンバ