Beispiel #1
0
 public PagedCollection(DataServiceContextWrapper context,
                        QueryOperationResponse <TConcrete> qor)
 {
     _context      = context;
     _currentPage  = (IReadOnlyList <TElement>)qor.ToList();
     _continuation = qor.GetContinuation();
 }