/**
  * Exclude object from result
  *
  * @param   Childдатыобновленийдашбордов $�атыобновленийдашбордов Object to remove from the list of results
  *
  * @return $this|ChildдатыобновленийдашбордовQuery The current query, for fluid interface
  */
 public function prune($�атыобновленийдашбордов = null)
 {
     if ($�атыобновленийдашбордов) {
         $this->addUsingAlias(датыобновленийдашбордовTableMap::COL_ID, $�атыобновленийдашбордов->getId(), Criteria::NOT_EQUAL);
     }
     return $this;
 }