ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ODataCollectionViewServiceTagHelper Class / SortNulls Property

In This Topic
    SortNulls Property (ODataCollectionViewServiceTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.BaseCollectionViewService<T>.SortNulls. Sets a value that determines how null values should be sorted.
    Syntax
    'Declaration
     
    Public Property SortNulls As CollectionViewSortNulls
    public CollectionViewSortNulls SortNulls {get; set;}
    Remarks
    This property is set to Last default, which causes null values to appear last on the sorted collection, regardless of sort direction.
    See Also