示例#1
0
 protected override void PutMany(IBag <string> collection, params string[] values)
 {
     _lastRowId = collection.PutMany(values).Last();
 }