internal RowBuilder(TableDefinition table, Snapshot snapshot) { _table = table; _snapshot = snapshot; Row = _snapshot.AddRow(table); }