Prado\Web\UI\WebControls\TDataSourceView::delete PHP Method

delete() public method

Deletes DB row(s) with the specified keys.
public delete ( $keys ) : integer
return integer affected rows
    public function delete($keys)
    {
        throw new TNotSupportedException('datasourceview_delete_unsupported');
    }