Click or drag to resize
DBServiceGetDBTypeByTypeName Method
获取数据库种类

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static AkDBType GetDBTypeByTypeName(
	string objType
)

Parameters

objType
Type: SystemString
业务类型标识

Return Value

Type: AkDBType
See Also