Click or drag to resize
AkObjectGetObjectList Method (String, String)
获取对象集合。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static List<AkObject> GetObjectList(
	string typeName,
	string SQL
)

Parameters

typeName
Type: SystemString
类型名称。
SQL
Type: SystemString
表达式。

Return Value

Type: ListAkObject
对象集合。
See Also