コード例 #1
0
 public SqlBatchRunner(IDbConnection conn)
 {
     _conn = conn;
     RecordingConnection = new DbConnectionMock(this);
     _recordedCommands = new List<string>();
     BatchExecutionSizeInBytes = 100000;
 }
コード例 #2
0
 public SqlBatchRunner(IDbConnection conn)
 {
     _conn = conn;
     RecordingConnection       = new DbConnectionMock(this);
     _recordedCommands         = new List <string>();
     BatchExecutionSizeInBytes = 100000;
 }