project
BLF
> class
Persistence Layer
> method SaveInstance
Description
save instance data to the application database
PreCondition
This method is to be used by instance procedures only.
Parameters
ihClass
input
handle
iiInstanceID
input
integer
instance ID
ihInstanceData
input
handle
dataset with instance data
icClassName
input
character
class name
oiReturnStatus
output
integer
Return status of the method.
Internal usage
BLF
method BQueryCache.RunQuery
program code (program1/persistence.p)