Symphony Framework
DBDelete Method
Symphony.dB.SQLSupport.Interface Namespace > IToSQL Interface : DBDelete Method
A string value containing the record information for the row to be deleted from the table in the chosen database.
Placement holder defining the DBDelete method.
Syntax
void DBDelete( 
   string oldbuffer
)

Parameters

oldbuffer
A string value containing the record information for the row to be deleted from the table in the chosen database.
Remarks
This method will parse the inbound string data into the structure matching the database table and delete the matching row in the table in the chosen database.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IToSQL Interface
IToSQL Members