public function getForeignIDFilter(RelationList $on = null)
 {
     if (!$on) {
         return;
     }
     return $on->foreignIDFilter();
 }