点击或拖拽改变大小

DbcTable 类

X#
Class that stores information about a table in a DBC
继承层次
Object
  DbcObject
    DbcTable

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

DbcTable 类型公开以下成员。

构造函数
  名称说明
公共方法DbcTable
初始化 DbcTable 类的一个新实例
Top
属性
  名称说明
公共属性Database
The database in which this table is defined.
公共属性Fields
The collection of fields
公共属性HasProperties (继承自 DbcObject。)
公共属性Indexes
The collection of indexes
公共属性ObjectID (继承自 DbcObject。)
公共属性ObjectKey (继承自 DbcObject。)
公共属性ObjectName (继承自 DbcObject。)
公共属性ObjectType (继承自 DbcObject。)
公共属性Parent (继承自 DbcObject。)
公共属性ParentID (继承自 DbcObject。)
公共属性Path
The Table path as stored in the DBC file.
公共属性Properties (继承自 DbcObject。)
公共属性Relations
The collection of relations
Top
方法
备注
When opened the Fields, Indexes and Relations are not read. They need to be explicitely loaded with a call to GetData()
参见