SouthWind.CustomerDemographic.GetPaged C# (CSharp) Method

GetPaged() public static method

public static GetPaged ( int pageIndex, int pageSize ) : PagedList
pageIndex int
pageSize int
return PagedList
        public static PagedList<CustomerDemographic> GetPaged(int pageIndex, int pageSize) {
            return GetRepo().GetPaged(pageIndex, pageSize);
            
        }

Same methods

CustomerDemographic::GetPaged ( int pageIndex, int pageSize, string connectionString, string providerName ) : PagedList
CustomerDemographic::GetPaged ( string sortBy, int pageIndex, int pageSize ) : PagedList
CustomerDemographic::GetPaged ( string sortBy, int pageIndex, int pageSize, string connectionString, string providerName ) : PagedList