Exemplo n.º 1
0
 override protected int ExecuteBatch()
 {
     Debug.Assert(null != _commandSet && (0 < _commandSet.CommandCount), "no commands");
     Bid.CorrelationTrace("<sc.SqlDataAdapter.ExecuteBatch|Info|Correlation> ObjectID%d#, ActivityID %ls\n", ObjectID);
     return(_commandSet.ExecuteNonQuery());
 }
Exemplo n.º 2
0
 protected override int ExecuteBatch()
 {
     Debug.Assert(null != _commandSet && (0 < _commandSet.CommandCount), "no commands");
     return(_commandSet.ExecuteNonQuery());
 }