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 |
---|---|
Field |
Gets number of columns. |
Is |
True, if reader is closed, else false. |
Methods
Name | Description |
---|---|
Close() | It closes IDataReader. |
Get |
Gets value of a specified index as bool. |
Get |
Returns DateTime at specified column index. |
Get |
Gets value of a specified index as decimal. |
Get |
Gets value of specified index as double. |
Get |
Gets value of a specified index as 16 bit integer. |
Get |
Gets value of a specified index as 32 bit integer. |
Get |
Gets value of specified index as 64 bit integer. |
Get |
Returns name of a specified column index. |
Get |
Returns index of a specified column name. |
Get |
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. |
Get |
Populates array of objects with values in current row. |
Read() | Advances ICacheReader to the next record. |