| DBServiceAddFreeTableSupport Method (String, String) |
添加自由表的访问支持
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static void AddFreeTableSupport(
string dbId,
string tableName
)
Parameters
- dbId
- Type: SystemString
数据库标识 - tableName
- Type: SystemString
表或视图名称
See Also