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

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,
	int limitedCount
)

Parameters

typeName
Type: SystemString
类型名称。
SQL
Type: SystemString
表达式。
limitedCount
Type: SystemInt32
限制数目。

Return Value

Type: ListAkObject
对象集合。
See Also