点击或拖拽改变大小

Dbc 类

X#
Helper class to open, close and select a database
继承层次
Object
  Dbc

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

Dbc 类型公开以下成员。

方法
  名称说明
公共方法静态成员Close(Boolean)
公共方法静态成员Close(String)
Close a database.
公共方法静态成员Create
Create a database.
公共方法静态成员CreateView
公共方法静态成员Delete
公共方法静态成员Dump
Dump a database to the terminal window.
公共方法静态成员DumpProperties
Dump the conents of a properties collection.
公共方法静态成员FindDatabase
Find a database by name.
公共方法静态成员GetCurrent
Get the current active database.
公共方法静态成员IsUsed
Check if a database is used/opened.
公共方法静态成员IsValidObjectType
Validate a property type.
公共方法静态成员IsValidPropertyName
Validate a property name.
公共方法静态成员Open
Open a database.
公共方法静态成员Select
DeSelect a database.
公共方法静态成员Select(String)
Select a database.
Top
参见