API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::deleteRows Method
OdDbTable::deleteRows Method
Syntax
C++
virtual void deleteRows(OdUInt32 row, OdUInt32 numRows = 1);
Parameters 
Description 
OdUInt32 row 
[in] Index of first row to delete.  
OdUInt32 numRows = 1 
[in] Number of rows to delete. 

Deletes the specified number of rows from this table entity. 

 

Method generates the eInvalidInput exception when the number of deleted rows is more than the number of rows.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.