点击或拖拽改变大小

DbcDatabase 类

X#
Class that stores information about a database.
继承层次
Object
  DbcObject
    DbcDatabase

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

DbcDatabase 类型公开以下成员。

属性
  名称说明
公共属性Active
Is the database active ?
公共属性Area
Area number for the cursor in the Databases Datasession
公共属性Connections
List of connections
公共属性FileName
Filename for the database
公共属性HasProperties (继承自 DbcObject。)
公共属性Name
Alias name for the database
公共属性ObjectID (继承自 DbcObject。)
公共属性ObjectKey (继承自 DbcObject。)
公共属性ObjectName (继承自 DbcObject。)
公共属性ObjectType (继承自 DbcObject。)
公共属性Parent (继承自 DbcObject。)
公共属性ParentID (继承自 DbcObject。)
公共属性Properties (继承自 DbcObject。)
公共属性Tables
List of tables
公共属性Views
List of views
Top
方法
  名称说明
公共方法DecodeProperties (继承自 DbcObject。)
公共方法FindConnection
Find a connection in the Database container.
公共方法FindTable
Find a table in the Database container.
公共方法FindView
Find a view in the Database container.
公共方法GetData
Loads the tables, views and connections from the DBC file
(重写 GetData.)
公共方法GetProp
Worker method for DbGetProp()
公共方法LoadChildren (继承自 DbcObject。)
公共方法Read (继承自 DbcObject。)
公共方法ReadChild (继承自 DbcObject。)
公共方法ReadField (继承自 DbcObject。)
公共方法SetProp
-- todo --
Top
备注
When opened the list of tables, views and connections is populated. Fields, relations etc are not read.
参见