Click or drag to resize

DbRelInfo Class

X#
Helper class to store a list of relational information.
Inheritance Hierarchy
Object
  DbRelInfo

Namespace:  XSharp.RDD.Support
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CLASS DbRelInfo
Request Example View Source

The DbRelInfo type exposes the following members.

Constructors
  NameDescription
Public methodDbRelInfo
Initializes a new instance of the DbRelInfo class
Top
Methods
  NameDescription
Public methodClone
Create a clone of the object.
Public methodCompile
Compile the Relation Key and store the result into the block property.
Top
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