点击或拖拽改变大小

DbcManager 类

X#
This classes manages open database. Both databases that are opened explicitely and also databases that are opened for "free" tables that have a backlink to a database
继承层次
Object
  DbcManager

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

DbcManager 类型公开以下成员。

构造函数
  名称说明
公共方法DbcManager
初始化 DbcManager 类的一个新实例
Top
属性
  名称说明
公共属性静态成员Databases
Top
方法
  名称说明
公共方法静态成员Activate
公共方法静态成员Close
Close a Database
公共方法静态成员CreateDatabase
Create a new DBC file
公共方法静态成员ExtendDbName
Enhance the DBC name. Adds the extension and path when needed.
公共方法静态成员FindDatabase
Search a Database by file name
公共方法静态成员FindDatabaseByName
Search a Database by name
公共方法静态成员Open
Open a DBC file. This does NOT make the database the active database
公共方法静态成员ValidateStructure
Validate the DBC structure
Top
备注
The Databases are opened like 'normal' tables but in a separate DataSession.
The DoForDataBase() method selects this special datasession, executes the action that is passed as parameter and restores the original datasession. This way you can seek, evaluate macros etc without disturbing the normal opened cursors.
参见