• Facebook
  • Twitter
  • Youtube
  • LinedIn
  • RSS
  • Docs
  • Comparisons
  • Blogs
  • Download
  • Contact Us
Download
Show / Hide Table of Contents

Class PaginatedQueryCommand

Represents a query command with pagination support, allowing for fetching a specific number of rows (records) from the server.

Inheritance
System.Object
QueryCommand
PaginatedQueryCommand
Inherited Members
QueryCommand.Query
QueryCommand.Parameters
Assembly: Alachisoft.NCache.Client.dll
Syntax
public class PaginatedQueryCommand : QueryCommand

Constructors

PaginatedQueryCommand(String, Int32)

Initializes a new instance of the PaginatedQueryCommand class.

Declaration
public PaginatedQueryCommand(string query, int pageSize)
Parameters
Type Name Description
System.String query

The SQL-like query text to be executed.

System.Int32 pageSize

The number of rows (records) to fetch per page.

Properties

PageSize

Gets or sets the number of rows (records) to fetch per chunk.

Declaration
public int PageSize { get; set; }
Property Value
Type Description
System.Int32

The number of rows (records) to fetch per chunk.

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Community
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - . All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top