fcSDK Documentation
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 2003 family

See Also

Reference

ClarifyGeneric Class
ClarifyGeneric Members

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.