IOAccessResult IOProcess( IOAccessType ioType, string keyValue, short keyNumber, ref string dataArea )
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.