Beispiel #1
0
        public override bool Read()
        {
            if (_tableSpoolStack.IsEmpty)
            {
                return(false);
            }

            var spoolEntry = _tableSpoolStack.Pop();

            _rowBuffer.ActiveRowBuffer = spoolEntry;
            return(true);
        }