ASP.NET Core MVC コントロールヘルプ
CollectionViewSortNulls 列挙体

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : CollectionViewSortNulls 列挙体
Specifies constants that define how null values are sorted.
シンタックス
'宣言
 
Public Enum CollectionViewSortNulls 
   Inherits System.Enum
public enum CollectionViewSortNulls : System.Enum 
メンバ
メンバ解説
FirstNull values appear first (regardless of sort order).
LastNull values appear last (regardless of sort order).
NaturalNull values are sorted in natural order (first in ascending, last in descending order).
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.CollectionViewSortNulls

参照

C1.Web.Mvc 名前空間