internal MockDbCommand(IMockCommandExecution exec)
 {
     this._exec = exec;
     this.parameters = new MockDbParameterCollection();
 }