DbRelInfo Class |
Namespace: XSharp.RDD.Support
The DbRelInfo type exposes the following members.
Name | Description | |
---|---|---|
Clone | Create a clone of the object. | |
Compile | Compile the Relation Key and store the result into the block property. |
Name | Description | |
---|---|---|
Block | A code block used to reposition the cursor of the child table when this relation is resolved. | |
Child | A reference to the child RDD for the relation. | |
Key | The expression used to reposition the cursor of the child table when this relation is resolved. | |
Name | name of the relation. Defaults to the parent alias = '_' + child alias. | |
Parent | A reference to the parent RDD for the relation. |