Exemplo n.º 1
0
 public CacheRow[] Next(long rows = 1)
 {
     return(cacheReader.Next(header.IdentityCode, rows));
 }