Exemplo n.º 1
0
 internal void Update(InternalEntityEntry entry)
 {
     _rows.ExchangeValue(rs => rs.SetItem(entry.GetPrimaryKeyValue(), entry.GetValueBuffer()));
 }
Exemplo n.º 2
0
 internal void Create(InternalEntityEntry entry)
 {
     _rows.ExchangeValue(rs => rs.Add(entry.GetPrimaryKeyValue(), entry.GetValueBuffer()));
 }