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