예제 #1
0
파일: Row.php 프로젝트: timetoogo/penumbra
 protected function RemoveColumnData(IColumn $Column)
 {
     parent::RemoveColumn($Column);
     if ($Column->IsPrimaryKey()) {
         $this->PrimaryKey->RemoveColumnData($Column);
     }
 }