DeleteById Method
The objid of the row to delete
Deletes the row in the table with the specified objid
Syntax
'Declaration
Public Sub DeleteById( _
ByVal _objId_ As Integer _
)
public void DeleteById(
int _objId_
)
Parameters
objId
The objid of the row to delete
Remarks
This method will flag a specific objid in the current generic's table for deletion. No action is taken until Update or UpdateAll is called.
During an update, a blind DELETE statement to the database with a WHERE clause limiting it to deleting only the row with the specified objid.
NOTE: No error or other feedback is given if the specified row does not exist.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family