Click or drag to resize
AkObjectListTLoadByIdstr Method
根据标识组合字符串加载。

不受权限控制。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public void LoadByIdstr(
	string idstr,
	char separator
)

Parameters

idstr
Type: SystemString
标识组合字符串。
separator
Type: SystemChar
分隔字符串。
See Also