, // the string used to connect to the DB "", // the name of the procedure $queryParameters // the parameters used in the procedure defenition ); \Roblox\Common\EntityHelper::DoEntityDALDelete($dbInfo); } function Insert() { throw new \Exception(__CLASS__ . "->Insert() not implemented"); } function Update() { throw new \Exception(__CLASS__ . "->Update() not implemented"); } static function Get($id) { throw new \Exception(__CLASS__ . "->Get() not implemented"); } } // EOF