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

Interface ICacheReader

Reads one or more than forward-only stream of result sets by executing OQ commands on the cache source.

Assembly: Alachisoft.NCache.Client.dll
Syntax
public interface ICacheReader : IDisposable

Properties

Name Description
FieldCount

Gets number of columns.

IsClosed

True, if reader is closed, else false.

Methods

Name Description
Close()

It closes IDataReader.

GetBoolean(Int32)

Gets value of a specified index as bool.

GetDateTime(Int32)

Returns DateTime at specified column index.

GetDecimal(Int32)

Gets value of a specified index as decimal.

GetDouble(Int32)

Gets value of specified index as double.

GetInt16(Int32)

Gets value of a specified index as 16 bit integer.

GetInt32(Int32)

Gets value of a specified index as 32 bit integer.

GetInt64(Int32)

Gets value of specified index as 64 bit integer.

GetName(Int32)

Returns name of a specified column index.

GetOrdinal(String)

Returns index of a specified column name.

GetString(Int32)

Gets value of specified index as string.

GetValue<T>(Int32)

Gets value at specified column index.

GetValue<T>(String)

Gets value of specified column name.

GetValues(Object[])

Populates array of objects with values in current row.

Read()

Advances ICacheReader to the next record.

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