ASP.NET Core MVC コントロールヘルプ
SortComparer メソッド

C1.AspNetCore.Mvc.Olap アセンブリ > C1.Web.Mvc.Olap.Fluent 名前空間 > PivotFieldBaseBuilder<TControl,TBuilder> クラス : SortComparer メソッド
The value.
Configurates C1.Web.Mvc.Olap.PivotFieldBase.SortComparer. Sets a function used to compare values when sorting.
シンタックス
'宣言
 
Public Function SortComparer( _
   ByVal value As System.String _
) As TBuilder
public TBuilder SortComparer( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
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.
参照

PivotFieldBaseBuilder<TControl,TBuilder> クラス
PivotFieldBaseBuilder<TControl,TBuilder> メンバ