Exemplo n.º 1
0
 public bool GetNextRow()
 {
     m_currentRow = m_dataSource.ReadNextRow();
     return(m_currentRow != null);
 }