 | DatabaseAccessorTDeleteRow Method (Int32) |
Delete a row from the specific table (changes are saved at once).
Namespace:
LynceeTec.Eucalyptus
Assembly:
LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 8.2.31040.0 8_2_dev 3db1cb9c, built 2020-09-23 07:47:05 UTC
Syntaxpublic void DeleteRow(
int rowId
)
public:
void DeleteRow(
int rowId
)
Parameters
- rowId
- Type: SystemInt32
The primary key of the row.
ExceptionsException | Condition |
---|
ObjectNotFoundException | Thrown when there is now row with primary key rowId in the table. |
InsufficientPrivilegeException | Thrown when the connected user hasn't sufficient privileges to write to the specific table. |
See Also