Click or drag to resize
DBServiceAddFreeTableSupport Method (String, String)
添加自由表的访问支持

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static void AddFreeTableSupport(
	string dbId,
	string tableName
)

Parameters

dbId
Type: SystemString
数据库标识
tableName
Type: SystemString
表或视图名称
See Also