Symphony Framework
IOProcess Method
Symphony.dB.SQLSupport.Interface Namespace > IToSQL Interface : IOProcess Method
The type os access operation required.
Any key value. Used when reading records/rows from the table.
Any required key index value. 0 is the primary key.
Passed/returned string value containing the row data.
Placement holder defining the IOProcess method.
Syntax

Parameters

ioType
The type os access operation required.
keyValue
Any key value. Used when reading records/rows from the table.
keyNumber
Any required key index value. 0 is the primary key.
dataArea
Passed/returned string value containing the row data.

Return Value

A value indicating the result of the requested operation.
Remarks
This method replicates the IO capabilities of an ISAM to provide the same capabilities within the table of 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