Ejemplo n.º 1
0
        private bool GetNextRow()
        {
            bool fetched = driver.FetchDataRow(statementId, Size);

            if (fetched)
            {
                totalRows++;
            }
            return(fetched);
        }