点击或拖拽改变大小

DbRelInfo 类

X#
Helper class to store a list of relational information.
继承层次
Object
  DbRelInfo

命名空间:  XSharp.RDD.Support
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 CLASS DbRelInfo
查看代码

DbRelInfo 类型公开以下成员。

构造函数
  名称说明
公共方法DbRelInfo
初始化 DbRelInfo 类的一个新实例
Top
方法
  名称说明
公共方法Clone
公共方法Compile
Top
字段
  名称说明
公共字段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.
Top
参见