Creates a new row in the ClarifyGeneric with the specified objId which will be used to update an existing row in the database rather than inserting a new one.
'Declaration
Public Function AddForUpdate( _ ByVal objId As Integer _ ) As ClarifyDataRow
public ClarifyDataRow AddForUpdate( int objId )
Use this method when you know the uniqueId of an object in the database and making a database query to retrieve the row would be inefficient. Use the GenericDataRow returned to update the generic. When you are finished calling one of the Update methods on the FCGeneric or GenericDataRow will commit the changes to the database.
Note: The objId must be a legal identifier for the Table the Generic belongs to.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family