7.2.6.3.3. dataRecord

Last page update: November 23, 2011

Warning

to be written!

The dataRecord belongs to dataRpc family, so it is a server-side controller.

7.2.6.3.3.1. Definition

GnrDomSrc_dojo_11.dataRecord(path, table, pkey=None, method='app.getRecord', **kwargs)

Create a dataRecord and returns it. dataRecord allows... TODO

Parameters:
  • path – TODO
  • table – the database table name on which the query will be executed, in the form packageName.tableName (packageName is the name of the package to which the table belongs to)
  • pkey – the record primary key
  • method – TODO
  • **kwargs_onCalling, _onResult, sync. For more information, check the rpc commons attributes section

7.2.6.3.3.2. Examples

???

Table Of Contents

Previous topic

7.2.6.3.2. dataRpc

Next topic

7.2.6.3.4. dataSelection

This Page