Click or drag to resize

DbRelInfo Fields

X#

The DbRelInfo type exposes the following members.

Fields
  NameDescription
Public fieldBlock
A code block used to reposition the cursor of the child table when this relation is resolved.
Public fieldChild
A reference to the child RDD for the relation.
Public fieldKey
The expression used to reposition the cursor of the child table when this relation is resolved.
Public fieldName
name of the relation. Defaults to the parent alias = '_' + child alias.
Public fieldParent
A reference to the parent RDD for the relation.
Top
See Also