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

insertAt() public method

Inserts a DB record.
public insertAt ( $values ) : integer
return integer affected rows
    public function insertAt($values)
    {
        throw new TNotSupportedException('datasourceview_insert_unsupported');
    }