Ejemplo n.º 1
0
 private void CorrectForRowIndex(Table table)
 {
     while (reader.MoveToNextAttribute())
     {
         if (IsIndexAttribute())
         {
             table.AddEmptyRows(GetMissingCount(table.RowCount));
         }
     }
 }