Candor.PagingAndSortOptions.GetDisabledPagingAndSortOptions C# (CSharp) Méthode

GetDisabledPagingAndSortOptions() public static méthode

Gets a set of PagingOptions with paging disabled.
public static GetDisabledPagingAndSortOptions ( ) : PagingAndSortOptions
Résultat PagingAndSortOptions
        public static PagingAndSortOptions GetDisabledPagingAndSortOptions()
        {
            return new PagingAndSortOptions(PagingOptions.GetDisabledPagingOptions());
        }