Ejemplo n.º 1
0
 internal RowBuilder(TableDefinition table, Snapshot snapshot)
 {
     _table    = table;
     _snapshot = snapshot;
     Row       = _snapshot.AddRow(table);
 }