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

update() public method

Updates DB record(s) with the specified keys and new values
public update ( $keys, $values ) : integer
return integer affected rows
    public function update($keys, $values)
    {
        throw new TNotSupportedException('datasourceview_update_unsupported');
    }