| DBService Class |
Namespace: Appkit.Data
public class DBService
The DBService type exposes the following members.
| Name | Description | |
|---|---|---|
| AddFreeTableSupport(String) |
添加自由表的访问支持
默认数据库标识为 MAIN
| |
| AddFreeTableSupport(String, String) |
添加自由表的访问支持
| |
| GetConnectionString |
获取指定标识数据库的连接字符串
| |
| GetDBType(String) |
获取数据库种类
| |
| GetDBType(AkManager) |
获取数据库种类
| |
| GetDBTypeByTypeName |
获取数据库种类
| |
| GetInQueryExpr(String, String, Double) |
获取 IN 查询表达式
用于数值型属性
| |
| GetInQueryExpr(String, String, Object) |
获取 IN 查询表达式
| |
| GetInQueryExpr(String, String, String) |
获取 IN 查询表达式
用于字符型属性
| |
| GetOdbcConnection |
创建一个 Odbc 链接并打开
| |
| UpdateTypeView |
更新(或创建)类型的默认视图
| |
| UpdateView |
更新(或创建)视图
|